mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
committed by
Misa Elizabeth Kai
parent
0ed2cb1bc0
commit
f8fd51fc95
@@ -7,6 +7,7 @@ public:
|
||||
const short* loadlevel(int rx, int ry);
|
||||
|
||||
const char* roomname;
|
||||
bool roomname_special;
|
||||
const char* hiddenname;
|
||||
|
||||
int roomtileset;
|
||||
|
||||
Reference in New Issue
Block a user