Let you open the console in RA replays

This commit is contained in:
NepDisk 2025-09-17 19:49:14 -04:00
parent 869f0f8256
commit d3bad05bf9

View file

@ -841,7 +841,7 @@ boolean CON_Responder(event_t *ev)
// check for console toggle key
if (ev->type != ev_console)
{
if (modeattacking || metalrecording || marathonmode)
if (modeattacking && !demo.playback || metalrecording || marathonmode)
return false;
if (ev->data1 >= NUMKEYS) // See also: HUD_Responder