diff --git a/source/core/mainloop.cpp b/source/core/mainloop.cpp index c80ed5bce..6cb3a64bc 100644 --- a/source/core/mainloop.cpp +++ b/source/core/mainloop.cpp @@ -268,7 +268,7 @@ static void GameTicker() Net_ClearFifo(); inputState.ClearAllInput(); gamestate = GS_LEVEL; - break; + return; case ga_intro: gamestate = GS_INTRO;