Move temp int off of Game

This temp variable isn't used anywhere else, and even if it was it's set
to something every time it's used, so there's no risk of this commit
breaking any backwards compatibility.
This commit is contained in:
Misa
2020-04-16 16:08:56 -07:00
committed by Ethan Lee
parent 56a168eed6
commit 503b3f1692
2 changed files with 19 additions and 7 deletions

View File

@@ -161,7 +161,7 @@ public:
int door_down;
int roomx, roomy, roomchangedir;
int prevroomx, prevroomy;
int temp, j, k;
int j, k;
int savex, savey, saverx, savery;
int savegc, savedir;