moved (and renamed) global variables to game structure (ZX/ZY)
[rocksndiamonds.git] / src / game.h
index bba270cd06d9085fab7ff0ecb63b208672fffc31..195f4202a1dce1a8cb858b142f8f3b2dd15c94eb 100644 (file)
@@ -204,6 +204,7 @@ struct GameInfo
   int players_still_needed;
   int friends_still_needed;
 
+  int robot_wheel_x, robot_wheel_y;
   int exit_x, exit_y;
 
   boolean all_players_gone;