mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user