mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
Causes name to be lost in the Dig too.
Only scumm6 games originally used this method. svn-id: r14640
This commit is contained in:
parent
0b6a19d25d
commit
98aeb40968
@ -873,7 +873,7 @@ void ScummEngine::killScriptsAndResources() {
|
||||
// We can delete custom name resources if either the object is
|
||||
// no longer in use (i.e. not owned by anyone anymore); or if
|
||||
// it is an object which is owned by a room.
|
||||
if (owner == 0 || (_version < 8 && owner == OF_OWNER_ROOM)) {
|
||||
if (owner == 0 || (_version < 7 && owner == OF_OWNER_ROOM)) {
|
||||
// WORKAROUND for a problem mentioned in bug report #941275:
|
||||
// In FOA in the sentry room, in the chest plate of the statue,
|
||||
// the pegs may be renamed to mouth: this custom name is lost
|
||||
|
Loading…
Reference in New Issue
Block a user