mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -11,7 +11,7 @@ class warpclass
|
||||
public:
|
||||
const int* loadlevel(int rx, int ry);
|
||||
std::string roomname;
|
||||
int coin, rcol;
|
||||
int rcol;
|
||||
bool warpx, warpy;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user