1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00

Remove block type enum from Otherlevel.h

I have no idea why this is here. It should already be included from
Entity.h, anyway. There's no reason to copy-paste it.
This commit is contained in:
Misa 2020-07-06 12:36:09 -07:00 committed by Ethan Lee
parent ec960b0f95
commit 5e8ca20d02

View File

@ -16,16 +16,6 @@ struct Roomtext
class otherlevelclass
{
public:
enum
{
BLOCK = 0,
TRIGGER,
DAMAGE,
DIRECTIONAL,
SAFE,
ACTIVITY
};
const int* loadlevel(int rx, int ry);
std::string roomname;