Remove unused coin attributes from finalclass and warpclass

Looks like coins were basically a scrapped mechanic, although I'm not
sure what these attributes were for. I guess counting the number of
coins in each room? But why, when you can just make a function to count
them automatically? Whatever.
This commit is contained in:
Misa
2020-07-06 12:44:29 -07:00
committed by Ethan Lee
parent 63f6784cfe
commit 876c120ed8
6 changed files with 3 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ public:
const int* loadlevel(int rx, int ry);
std::string roomname;
int coin, rcol;
int rcol;
bool warpx, warpy;
};