No more segfaults when trying to spawn bullets of unknown type
[supertux.git] / src / object / trampoline.hpp
index c1eca0f..6e94f76 100644 (file)
@@ -1,6 +1,6 @@
 //  $Id$
 //
-//  SuperTux - Trampolin
+//  SuperTux - Trampoline
 //  Copyright (C) 2006 Wolfgang Becker <uafr@gmx.de>
 //
 //  This program is free software; you can redistribute it and/or
 #include "moving_sprite.hpp"
 #include "lisp/lisp.hpp"
 #include "object/rock.hpp"
-#include "physic.hpp"
 
 /**
- * Jumping on a trampolin makes tux jump higher.
+ * Jumping on a trampoline makes tux jump higher.
  */
 class Trampoline : public Rock
 {