Let you open the console in RA replays
This commit is contained in:
parent
869f0f8256
commit
d3bad05bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue