don't disable cheats in strict mode

Fixes #1226, thanks @OpenRift412
This commit is contained in:
Fabian Greffrath 2023-10-16 11:24:19 +02:00
parent b56177c3db
commit 3741b89a0d

View File

@ -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;