mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-20 23:12:37 +00:00
G_Responder: remove check to finalecount before opening menu from title screen
This is handled by M_StartControlPanel anyway and the condition did not match anymore.
This commit is contained in:
parent
e8bc7035f5
commit
63bed732f2
1 changed files with 1 additions and 1 deletions
|
|
@ -1513,7 +1513,7 @@ boolean G_Responder(event_t *ev)
|
||||||
if (gameaction == ga_nothing && !demo.quitafterplaying &&
|
if (gameaction == ga_nothing && !demo.quitafterplaying &&
|
||||||
((demo.playback && !modeattacking && !demo.title && !multiplayer) || gamestate == GS_TITLESCREEN))
|
((demo.playback && !modeattacking && !demo.title && !multiplayer) || gamestate == GS_TITLESCREEN))
|
||||||
{
|
{
|
||||||
if (ev->type == ev_keydown && ev->data1 != 301 && !(gamestate == GS_TITLESCREEN && finalecount < TICRATE))
|
if (ev->type == ev_keydown)
|
||||||
{
|
{
|
||||||
M_StartControlPanel();
|
M_StartControlPanel();
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue