rnd-20030220-1-src
[rocksndiamonds.git] / src / main.h
index 856d4d144ffb9ffdce612e48c2c4eb4933f9dfe1..7664426e19ae4c1d533d0340b02f470bee4ca28c 100644 (file)
@@ -894,13 +894,20 @@ struct PlayerInfo
   int MovDir, MovPos, GfxPos;
   int Frame;
 
+  int GfxAction;
+
+  boolean use_murphy_graphic;
+
   boolean Pushing;
   boolean Switching;
   boolean LevelSolved, GameOver;
   boolean snapped;
 
   int last_move_dir;
-  int is_moving;
+  boolean is_moving;
+
+  boolean is_digging;
+  boolean is_waiting;
 
   unsigned long move_delay;
   int move_delay_value;