#define LEVELINFO_TOKEN_LATEST_ENGINE 14
#define LEVELINFO_TOKEN_LEVEL_GROUP 15
#define LEVELINFO_TOKEN_READONLY 16
-#define LEVELINFO_TOKEN_GRAPHICS_SET_ECS 17
-#define LEVELINFO_TOKEN_GRAPHICS_SET_AGA 18
-#define LEVELINFO_TOKEN_GRAPHICS_SET 19
-#define LEVELINFO_TOKEN_SOUNDS_SET_DEFAULT 20
-#define LEVELINFO_TOKEN_SOUNDS_SET_LOWPASS 21
-#define LEVELINFO_TOKEN_SOUNDS_SET 22
-#define LEVELINFO_TOKEN_MUSIC_SET 23
-#define LEVELINFO_TOKEN_FILENAME 24
-#define LEVELINFO_TOKEN_FILETYPE 25
-#define LEVELINFO_TOKEN_SPECIAL_FLAGS 26
-#define LEVELINFO_TOKEN_EMPTY_LEVEL_NAME 27
-#define LEVELINFO_TOKEN_FORCE_LEVEL_NAME 28
-#define LEVELINFO_TOKEN_HANDICAP 29
-#define LEVELINFO_TOKEN_TIME_LIMIT 30
-#define LEVELINFO_TOKEN_SKIP_LEVELS 31
-#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 35
+#define LEVELINFO_TOKEN_GRAPHICS_SET_OLD 17
+#define LEVELINFO_TOKEN_GRAPHICS_SET_NEW 18
+#define LEVELINFO_TOKEN_GRAPHICS_SET_ECS 19
+#define LEVELINFO_TOKEN_GRAPHICS_SET_AGA 20
+#define LEVELINFO_TOKEN_GRAPHICS_SET 21
+#define LEVELINFO_TOKEN_SOUNDS_SET_DEFAULT 22
+#define LEVELINFO_TOKEN_SOUNDS_SET_LOWPASS 23
+#define LEVELINFO_TOKEN_SOUNDS_SET 24
+#define LEVELINFO_TOKEN_MUSIC_SET 25
+#define LEVELINFO_TOKEN_FILENAME 26
+#define LEVELINFO_TOKEN_FILETYPE 27
+#define LEVELINFO_TOKEN_SPECIAL_FLAGS 28
+#define LEVELINFO_TOKEN_EMPTY_LEVEL_NAME 29
+#define LEVELINFO_TOKEN_FORCE_LEVEL_NAME 30
+#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 NUM_LEVELINFO_TOKENS 37
static LevelDirTree ldi;