X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=4fd367c74ab1d7c0c3bb8433b2e12b5bc39a09aa;hb=6460301d715f72f7247b3070a5d98c0b56cfdb67;hp=41af237ffb501ad04bde6d07b49cfa6ea4ee2a30;hpb=90cd4dc88df3f891ecaa0ee9b9010fe432154503;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 41af237f..4fd367c7 100644 --- a/src/main.h +++ b/src/main.h @@ -373,6 +373,7 @@ #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