mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove useless attribute rcol from finalclass
The rcol of finalclass is always 6, so there's no reason to have an attribute there as if you could change it or anything.
This commit is contained in:
@@ -12,7 +12,6 @@ public:
|
||||
const int* loadlevel(int rx, int ry);
|
||||
|
||||
std::string roomname;
|
||||
int rcol;
|
||||
bool warpx, warpy;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user