Don't use separate variable for number of crewmates in level

Same as previous commit, this time for crewmates.
This commit is contained in:
Misa
2020-04-08 22:13:43 -07:00
committed by Ethan Lee
parent 0047dc8d81
commit 89b6b67a77
4 changed files with 33 additions and 28 deletions

View File

@@ -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