Set Secret Lab/Super Gravitron hidden names

It seems appropriate that these rooms should have their names shown on
the map screen.
This commit is contained in:
Misa
2021-04-05 13:10:41 -07:00
parent 2af04ad0fa
commit 5bb12a7fc1
3 changed files with 18 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ public:
const short* loadlevel(int rx, int ry);
std::string roomname;
std::string hiddenname;
int roomtileset;
};