[Scummvm-devel] I Have No Mouth - Character disappears on loading a save
Willem Jan Palenstijn
wjp at usecode.org
Sun Aug 17 13:06:48 CEST 2014
Hi all,
A possible cause for this issue is _scene->_currentProtag not being initialized when starting a new game.
Back in 2007 we apparently worked around that by fixing up invalid protagonist IDs in the loading code. I'm not sure if this is what happened here, but if this uninitialized protagonist ID happened to be valid but incorrect, this fixup would change the location of the protagonist.
Could any SAGA devs offer any insights or a good suggestion on how/where to initialize _currentProtag?
-Willem Jan
More information about the Scummvm-devel
mailing list