rnd-19990211-2
[rocksndiamonds.git] / src / main.h
index d9ff3664d5bcea3942f41ec4c56af620f03fd521..b4c3834cfdee63584c79c422157e440f0754a5f3 100644 (file)
@@ -298,6 +298,14 @@ struct PlayerInfo
   byte effective_action;       /* action aknowledged from network server
                                   or summarized over all configured input
                                   devices when in single player mode */
+  byte programmed_action;      /* action forced by game itself (like moving
+                                  through doors); overrides other actions */
+
+
+#if 0
+  byte programmed_speed;       /* speed (for only one move) forced by game */
+#endif
+
 
   int joystick_fd;             /* file descriptor of player's joystick */