Ooops, did a mistake. Fixed by Arkadiusz Miskiewicz.
[supertux.git] / src / gameloop.h
index 7a4621c..43f8ef1 100644 (file)
@@ -59,6 +59,7 @@ class GameSession
   /** If true the end_sequence will be played, user input will be
       ignored while doing that */
   bool end_sequenze;
+  float last_x_pos;
 
   bool game_pause;