mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
FULLPIPE: Fix bug #10325: New game does not put back already picked up items
This commit is contained in:
parent
d3626c39ed
commit
cd516b93ef
@ -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…
Reference in New Issue
Block a user