1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2018-06-29 00:27:19 +02:00
parent 278e52db45
commit c1b336ab86

View File

@ -4300,8 +4300,7 @@ CEvent::ChangeButtons (Sint32 message)
if (g_zoom < 2)
++g_zoom;
if (
g_bFullScreen && g_zoom == 2)
if (g_bFullScreen && g_zoom == 2)
{
SDL_Event ev;
ev.type = SDL_QUIT;