force inventory redraw after a game state load (inventory should now be ok when exiting GMM, should fix #2603197)
svn-id: r38682
This commit is contained in:
parent
17def11658
commit
c39b5f5c6f
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ Common::Error TuckerEngine::loadGameState(int num) {
|
||||||
_nextLocationNum = _locationNum;
|
_nextLocationNum = _locationNum;
|
||||||
setBlackPalette();
|
setBlackPalette();
|
||||||
loadBudSpr(0);
|
loadBudSpr(0);
|
||||||
|
_forceRedrawPanelItems = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
delete f;
|
delete f;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue