mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Don't use separate variable for number of crewmates in level
Same as previous commit, this time for crewmates.
This commit is contained in:
@@ -152,7 +152,7 @@ class editorclass{
|
||||
std::vector <int> contents;
|
||||
std::vector <int> vmult;
|
||||
int numtrinkets();
|
||||
int numcrewmates;
|
||||
int numcrewmates();
|
||||
edlevelclass level[400]; //Maxwidth*maxheight
|
||||
int kludgewarpdir[400]; //Also maxwidth*maxheight
|
||||
|
||||
|
||||
Reference in New Issue
Block a user