rnd-20060313-1-src
[rocksndiamonds.git] / src / main.h
index 031727bcbaa3da31f1c845cdcbbb3e831aafe1eb..bb7d8766f9146d446bc7d0b3be113c8293074556 100644 (file)
 
 #define EL_TRIGGER_CE_VALUE            705
 
-#define NUM_FILE_ELEMENTS              706
+#define EL_YAMYAM_LEFT                 706
+#define EL_YAMYAM_RIGHT                        707
+#define EL_YAMYAM_UP                   708
+#define EL_YAMYAM_DOWN                 709
+
+#define NUM_FILE_ELEMENTS              710
 
 
 /* "real" (and therefore drawable) runtime elements */
@@ -1838,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;
@@ -2098,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