rnd-20060313-1-src
[rocksndiamonds.git] / src / main.h
index b8d552601daeeb8d50accc68a28c0f5747511b7f..bb7d8766f9146d446bc7d0b3be113c8293074556 100644 (file)
@@ -1843,6 +1843,7 @@ struct PlayerInfo
   int anim_delay_counter;
   int post_delay_counter;
 
+  int dir_waiting;
   int action_waiting, last_action_waiting;
   int special_action_bored;
   int special_action_sleeping;
@@ -2103,6 +2104,7 @@ struct GameInfo
   /* values for special game control */
   int centered_player_nr;
   int centered_player_nr_next;
+  boolean set_centered_player;
 };
 
 struct GlobalInfo