removed functions for correcting playfield buffer position for EM engine
[rocksndiamonds.git] / src / main.h
index 41af237ffb501ad04bde6d07b49cfa6ea4ee2a30..4fd367c74ab1d7c0c3bb8433b2e12b5bc39a09aa 100644 (file)
 #define CA_SET_PLAYER_INVENTORY                18
 #define CA_SET_CE_ARTWORK              19
 #define CA_SET_LEVEL_RANDOM_SEED       20
+#define CA_MOVE_PLAYER_NEW             21
 
 #define CA_HEADLINE_LEVEL_ACTIONS      250
 #define CA_HEADLINE_PLAYER_ACTIONS     251
@@ -3194,9 +3195,6 @@ struct LevelInfo
 
   // runtime flags to handle bugs in old levels (not stored in level file)
   boolean use_action_after_change_bug;
-
-  // runtime flags to indicate level properties (not stored in level file)
-  boolean has_mouse_events;
 };
 
 struct NetworkLevelInfo