Skip to content

Commit

Permalink
FULLPIPE: Fix bug #10325: New game does not put back already picked u…
Browse files Browse the repository at this point in the history
…p items
  • Loading branch information
sev- committed Dec 1, 2017
1 parent d3626c3 commit cd516b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/fullpipe/gameloader.cpp
Expand Up @@ -653,6 +653,8 @@ const char *getSavegameFile(int saveGameIdx) {

void GameLoader::restoreDefPicAniInfos() {
for (uint i = 0; i < _sc2array.size(); i++) {
_sc2array[i]._picAniInfos.clear();

if (_sc2array[i]._scene)
applyPicAniInfos(_sc2array[i]._scene, _sc2array[i]._defPicAniInfos);
}
Expand Down

0 comments on commit cd516b9

Please sign in to comment.