[Scummvm-tracker] [ScummVM :: Bugs] #14906: Reah: Face the Unknown - inventory not updating
ScummVM :: Bugs
trac at scummvm.org
Mon Jan 29 09:53:00 UTC 2024
#14906: Reah: Face the Unknown - inventory not updating
----------------------+-------------------------------
Reporter: JamesPoel | Owner: elasota
Type: defect | Status: new
Priority: normal | Component: Engine: V-Cruise
Version: | Resolution:
Keywords: | Game: Reah
----------------------+-------------------------------
Comment (by antoniou79):
It seems that the issue comes from this special condition for the engine
for Reah:
https://github.com/scummvm/scummvm/blob/ec5ed17f5080c7064e0384553d875782e9722a59/engines/vcruise/runtime.cpp#L4674
{{{
if (_gameID == GID_REAH && _loadedAnimationHasSound)
return false;
}}}
That condition is intentional as the comment above it explains, but
perhaps it has side-effects (or _loadedAnimationHasSound is not properly
cleaned up in some cases?) for other situations.
--
Ticket URL: <https://bugs.scummvm.org/ticket/14906#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list