Let Tux bounce off badguys when he's invincible. This let's us bounce off guys like...
[supertux.git] / src / worldmap / sprite_change.hpp
index c572309..354e32c 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
@@ -42,7 +42,7 @@ public:
    * should tuxs sprite change when the tile has been completely entered,
    * or already when the tile was just touched
    */
-  bool enter;
+  bool change_on_touch;
   /// sprite to change tux image to
   std::auto_ptr<Sprite> sprite;
   /**