Remove game.door_left/right/up/down variables

These don't do anything, and in fact are actively harmful by disabling
room transitions if your roomx/roomy is glitched.
This commit is contained in:
Misa
2021-12-17 19:43:29 -08:00
parent a345cf93b8
commit 1924ca53ac
3 changed files with 11 additions and 20 deletions

View File

@@ -211,10 +211,6 @@ public:
const char* saveFilePath;
int door_left;
int door_right;
int door_up;
int door_down;
int roomx, roomy;
int prevroomx, prevroomy;