Rename cl.level to cl.roomproperties

I mean, that's what they are. Room properties are within a level, not a
level themselves. So...
This commit is contained in:
Misa
2021-02-20 15:54:24 -08:00
committed by Misa Elizabeth Kai
parent d549a535e0
commit 3c30d9b7f0
4 changed files with 57 additions and 57 deletions

View File

@@ -150,7 +150,7 @@ public:
int vmult[30 * maxheight];
int numtrinkets(void);
int numcrewmates(void);
RoomProperty level[numrooms]; //Maxwidth*maxheight
RoomProperty roomproperties[numrooms]; //Maxwidth*maxheight
int levmusic;
int mapwidth, mapheight; //Actual width and height of stage