From 5e8ca20d0228e37c61c36af494ead0829bd14828 Mon Sep 17 00:00:00 2001 From: Misa Date: Mon, 6 Jul 2020 12:36:09 -0700 Subject: [PATCH] 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. --- desktop_version/src/Otherlevel.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/desktop_version/src/Otherlevel.h b/desktop_version/src/Otherlevel.h index d8161c89..fac47b66 100644 --- a/desktop_version/src/Otherlevel.h +++ b/desktop_version/src/Otherlevel.h @@ -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;