X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=42eeba637cf089862a856f9a57e48432252fde74;hb=2443a8a09966a9940e1420c91d24a297325c2a00;hp=40b0676458638b99d7c8ac6e97724c81f4707513;hpb=93806fb4c23f4b6ef58d9562e908a1b89ece869d;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 40b06764..42eeba63 100644 --- a/src/main.h +++ b/src/main.h @@ -302,9 +302,12 @@ struct TapeInfo boolean pause_before_death; boolean recording, playing, pausing; boolean fast_forward; + boolean index_search; + boolean quick_resume; boolean changed; boolean player_participates[MAX_PLAYERS]; int num_participating_players; + struct { byte action[MAX_PLAYERS]; @@ -337,8 +340,6 @@ struct GlobalInfo extern GC tile_clip_gc; extern Bitmap *pix[]; -extern Bitmap *pix_default[]; -extern Bitmap *pix_custom[]; extern Pixmap tile_clipmask[]; extern DrawBuffer *fieldbuffer; extern DrawBuffer *drawto_field; @@ -1448,8 +1449,6 @@ extern int num_element_info; #define TYPENAME 6 #define HALLOFFAME 7 #define SETUP 8 -#define SETUPINPUT 9 -#define CALIBRATION 10 #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 0