GNAP: Fix inventory content when loading from launcher

This commit is contained in:
Strangerke 2016-05-23 19:39:56 +02:00
parent 94c58f9143
commit e14e7992cc

View File

@ -705,6 +705,7 @@ void GnapEngine::mainLoop() {
int slot = _loadGameSlot;
_loadGameSlot = -1;
loadGameState(slot);
_wasSavegameLoaded = true;
showCursor();
}