diff options
author | D G Turner | 2011-11-13 23:35:02 +0000 |
---|---|---|
committer | D G Turner | 2011-11-13 23:44:38 +0000 |
commit | 783e3fea628d32a7286ee1810ee720eea2a8ea78 (patch) | |
tree | 78212960ca1ede89338cf85a3bcd88e31488e3cd /NEWS | |
parent | 4b433c296118cddc8811f1c5a34a9453bad253d0 (diff) | |
download | scummvm-rg350-783e3fea628d32a7286ee1810ee720eea2a8ea78.tar.gz scummvm-rg350-783e3fea628d32a7286ee1810ee720eea2a8ea78.tar.bz2 scummvm-rg350-783e3fea628d32a7286ee1810ee720eea2a8ea78.zip |
AGOS: Fix engine crash when playing Feeble Files from cabinet datafiles.
Playing with cabinet datafiles, this failed to find the "Charisma.smk"
file in the cabinets when in the Recreation (TV) room on Cygnus Alpha
and this caused an engine abort after the GUI dialog warning of the
"missing" video file. This was due to animation.cpp code using
Common::file::exists() instead of going via the ArchiveMan.
However,a hasFile() method implementation was also required to implement
fallback to decompressed (movie) files if the file requested is not in
the cabinet or the cabinet has been externally decompressed to files.
Thanks to fuzzie for the hasFile() patch.
Also, removed noisy warning which this correction triggers repeatedly in
installshield_cab.cpp hasFile(). This looks like leftover from
debugging, so not critical.
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions