mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01: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:
parent
ec960b0f95
commit
5e8ca20d02
1 changed files with 0 additions and 10 deletions
|
@ -16,16 +16,6 @@ struct Roomtext
|
||||||
class otherlevelclass
|
class otherlevelclass
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
enum
|
|
||||||
{
|
|
||||||
BLOCK = 0,
|
|
||||||
TRIGGER,
|
|
||||||
DAMAGE,
|
|
||||||
DIRECTIONAL,
|
|
||||||
SAFE,
|
|
||||||
ACTIVITY
|
|
||||||
};
|
|
||||||
|
|
||||||
const int* loadlevel(int rx, int ry);
|
const int* loadlevel(int rx, int ry);
|
||||||
|
|
||||||
std::string roomname;
|
std::string roomname;
|
||||||
|
|
Loading…
Reference in a new issue