Indicate what special roomnames are in the levels

This just adds booleans roomname_special to the level classes in
preparation for the localization system to use them.

This commit is part of rewritten history of the localization branch.
The original (unsquashed) commit history can be found here:
https://github.com/Dav999-v/VVVVVV/tree/localization-orig
This commit is contained in:
Dav999-v
2022-12-29 04:58:49 +01:00
committed by Misa Elizabeth Kai
parent 0ed2cb1bc0
commit f8fd51fc95
12 changed files with 35 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ public:
const short* loadlevel(int rx, int ry);
const char* roomname;
bool roomname_special;
const char* hiddenname;
int roomtileset;