Fix crash in HandleBootstrap

See: #197
This commit is contained in:
Jonathan G Rennison
2020-10-13 09:07:00 +01:00
parent 6dd7b2869c
commit 01f0abc08a

View File

@@ -253,7 +253,7 @@ bool HandleBootstrap()
if (_exit_game) return false;
/* Try to probe the graphics. Should work this time. */
if (!BaseGraphics::SetSet(nullptr)) goto failure;
if (!BaseGraphics::SetSet("")) goto failure;
/* Finally we can continue heading for the menu. */
_game_mode = GM_MENU;