Fix savegames not loading from menus

This commit is contained in:
Lwmte 2024-11-27 22:36:10 +01:00
parent 554661d913
commit db7f864858

View file

@ -756,7 +756,8 @@ GameStatus HandleMenuCalls(bool isTitle)
{
SaveGame::LoadHeaders();
g_Gui.SetInventoryMode(InventoryMode::Load);
g_Gui.CallInventory(LaraItem, false);
if (g_Gui.CallInventory(LaraItem, false))
gameStatus = GameStatus::LoadGame;
}
else if (doPause && g_Gui.GetInventoryMode() != InventoryMode::Pause)
{