DEVELOP devmode cheat: allow saving

This commit is contained in:
AJ Martinez 2023-07-01 16:14:42 -07:00
parent 24d3524509
commit 304ed85941

View file

@ -146,7 +146,8 @@ static UINT8 cheatf_devmode(void)
gamedata->unlocked[i] = true; gamedata->unlocked[i] = true;
} }
G_SetUsedCheats(); // This is a developer feature, you know how to delete ringdata
// G_SetUsedCheats();
S_StartSound(0, sfx_kc42); S_StartSound(0, sfx_kc42);
devparm = true; devparm = true;