Actually move checks out of loop

How did this ever work?
This commit is contained in:
leo60228
2020-09-23 05:29:02 -04:00
committed by Misa Elizabeth Kai
parent cd4ce05cb3
commit 1e8b5a6ba7

View File

@@ -2180,6 +2180,7 @@ void gameinput(void)
} }
} }
} }
}
if (game.press_left) if (game.press_left)
{ {
@@ -2270,7 +2271,6 @@ void gameinput(void)
game.totalflips++; game.totalflips++;
} }
} }
}
if (!has_control) if (!has_control)
{ {