Remove redundant M_QuitResponse call

This commit is contained in:
Zachary McAlpin 2020-05-18 14:56:10 -05:00
parent ed78d17ed3
commit 530d0e3421
1 changed files with 0 additions and 1 deletions

View File

@ -1064,7 +1064,6 @@ void I_GetEvent(void)
if (Playing())
LUAh_GameQuit();
I_Quit();
M_QuitResponse('y');
break;
}
}