mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Temporarily disable M_DemoResponder
This commit is contained in:
parent
0dd19f4f50
commit
735f3ca513
1 changed files with 3 additions and 3 deletions
|
|
@ -249,9 +249,9 @@ void D_ProcessEvents(void)
|
|||
continue; // menu ate the event
|
||||
|
||||
// Demo input:
|
||||
if (demo.playback)
|
||||
if (M_DemoResponder(ev))
|
||||
continue; // demo ate the event
|
||||
//if (demo.playback)
|
||||
//if (M_DemoResponder(ev))
|
||||
//continue; // demo ate the event
|
||||
|
||||
// console input
|
||||
if (CON_Responder(ev))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue