From 530d0e342127733d6281d8e51cb94a68be4cf379 Mon Sep 17 00:00:00 2001 From: Zachary McAlpin Date: Mon, 18 May 2020 14:56:10 -0500 Subject: [PATCH] Remove redundant M_QuitResponse call --- src/sdl/i_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c index cff73e068..8835a763b 100644 --- a/src/sdl/i_video.c +++ b/src/sdl/i_video.c @@ -1064,7 +1064,6 @@ void I_GetEvent(void) if (Playing()) LUAh_GameQuit(); I_Quit(); - M_QuitResponse('y'); break; } }