projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1fafa
)
fixed new, 3-state setup option to allow skipping levels (yes/no/ask)
author
Holger Schemel
<holger.schemel@virtion.de>
Mon, 9 Sep 2024 21:20:37 +0000
(23:20 +0200)
committer
Holger Schemel
<holger.schemel@virtion.de>
Mon, 9 Sep 2024 21:20:52 +0000
(23:20 +0200)
This fixes commit
a3ac3523
.
src/libgame/setup.c
patch
|
blob
|
history
diff --git
a/src/libgame/setup.c
b/src/libgame/setup.c
index f10fb0e9bac9a3dde3cb5fb2211497ad3d13a777..42fd3380e7bf761fbf1298c2d80ea956d0106f81 100644
(file)
--- a/
src/libgame/setup.c
+++ b/
src/libgame/setup.c
@@
-2875,11
+2875,10
@@
SetupFileHash *loadSetupFileHash(char *filename)
#define LEVELINFO_TOKEN_HANDICAP 31
#define LEVELINFO_TOKEN_TIME_LIMIT 32
#define LEVELINFO_TOKEN_SKIP_LEVELS 33
-#define LEVELINFO_TOKEN_ALLOW_SKIPPING_LEVELS 34
-#define LEVELINFO_TOKEN_USE_EMC_TILES 35
-#define LEVELINFO_TOKEN_INFO_SCREENS_FROM_MAIN 36
+#define LEVELINFO_TOKEN_USE_EMC_TILES 34
+#define LEVELINFO_TOKEN_INFO_SCREENS_FROM_MAIN 35
-#define NUM_LEVELINFO_TOKENS 3
7
+#define NUM_LEVELINFO_TOKENS 3
6
static LevelDirTree ldi;