Skip to content

Commit

Permalink
don't disable cheats in strict mode
Browse files Browse the repository at this point in the history
Fixes #1226, thanks @OpenRift412
  • Loading branch information
fabiangreffrath committed Oct 16, 2023
1 parent b56177c commit 3741b89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/m_cheat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1281,9 +1281,6 @@ boolean M_CheatResponder(event_t *ev)
{
int i;

if (strictmode)
return false;

if (ev->type == ev_keydown && M_FindCheats(ev->data1))
return true;

Expand Down

0 comments on commit 3741b89

Please sign in to comment.