FULLPIPE: Fix bug #10325: New game does not put back already picked up items
This commit is contained in:
parent
d3626c39ed
commit
cd516b93ef
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue