Fix commit fb946f6a, which broke new game/map creation

This commit is contained in:
Jonathan G Rennison
2018-03-22 23:11:19 +00:00
parent fb946f6a2b
commit c2ab4cb2ae

View File

@@ -2911,6 +2911,7 @@ static SaveOrLoadResult DoLoad(LoadFilter *reader, bool load_check)
}
GamelogStopAction();
SlXvSetCurrentState();
}
return SL_OK;