Skip to content

Commit

Permalink
tr2/game-flow: fix cheat_keys setting
Browse files Browse the repository at this point in the history
Resolves #2367.
  • Loading branch information
rr- committed Jan 24, 2025
1 parent 058809a commit b92a937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr2/game/game.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void Game_Resume(void)

GAME_FLOW_COMMAND Game_Control(const bool demo_mode)
{
if (!g_GameFlow.cheat_keys) {
if (g_GameFlow.cheat_keys) {
Lara_Cheat_CheckKeys();
}

Expand Down

0 comments on commit b92a937

Please sign in to comment.