mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Remove redundant M_QuitResponse call
This commit is contained in:
parent
5470a03e11
commit
d45a120786
1 changed files with 0 additions and 1 deletions
|
|
@ -1064,7 +1064,6 @@ void I_GetEvent(void)
|
||||||
if (Playing())
|
if (Playing())
|
||||||
LUAh_GameQuit();
|
LUAh_GameQuit();
|
||||||
I_Quit();
|
I_Quit();
|
||||||
M_QuitResponse('y');
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue