X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsetup.c;fp=src%2Flibgame%2Fsetup.c;h=5a98416663902600a602bde8e92863a1b278b8ed;hb=a3ac352389ad4a27a69cf0413eaabccc9eeedd9e;hp=42ae7bdc976e5bc53b703210e3b4361301c773c9;hpb=f9609535cba3b9b907f0e8dad31f7727aa380f71;p=rocksndiamonds.git diff --git a/src/libgame/setup.c b/src/libgame/setup.c index 42ae7bdc..5a984166 100644 --- a/src/libgame/setup.c +++ b/src/libgame/setup.c @@ -2831,10 +2831,11 @@ SetupFileHash *loadSetupFileHash(char *filename) #define LEVELINFO_TOKEN_HANDICAP 29 #define LEVELINFO_TOKEN_TIME_LIMIT 30 #define LEVELINFO_TOKEN_SKIP_LEVELS 31 -#define LEVELINFO_TOKEN_USE_EMC_TILES 32 -#define LEVELINFO_TOKEN_INFO_SCREENS_FROM_MAIN 33 +#define LEVELINFO_TOKEN_ALLOW_SKIPPING_LEVELS 32 +#define LEVELINFO_TOKEN_USE_EMC_TILES 33 +#define LEVELINFO_TOKEN_INFO_SCREENS_FROM_MAIN 34 -#define NUM_LEVELINFO_TOKENS 34 +#define NUM_LEVELINFO_TOKENS 35 static LevelDirTree ldi;