diff --git a/desktop_version/src/Game.cpp b/desktop_version/src/Game.cpp index 8213d458..7d735280 100644 --- a/desktop_version/src/Game.cpp +++ b/desktop_version/src/Game.cpp @@ -2085,6 +2085,13 @@ void Game::updatestate() } } break; + case 1002: + if (!advancetext) + { + // Prevent softlocks if we somehow don't have advancetext + state++; + } + break; case 1003: graphics.textboxremove(); hascontrol = true; @@ -2152,6 +2159,13 @@ void Game::updatestate() graphics.textboxcenterx(); } break; + case 1012: + if (!advancetext) + { + // Prevent softlocks if we somehow don't have advancetext + state++; + } + break; case 1013: graphics.textboxremove(); hascontrol = true;