aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-31 20:48:41 +0000
committerJohannes Schickel2008-05-31 20:48:41 +0000
commit4ef680abaf3c81b061090061a69ec5ff13d71ae5 (patch)
tree2c232ad9d434ae3ff55be98ab962287a34eb2b65 /engines/kyra/kyra_hof.cpp
parentdd79ed10114d552ce9932331d9e4023af6e8dfa1 (diff)
downloadscummvm-rg350-4ef680abaf3c81b061090061a69ec5ff13d71ae5.tar.gz
scummvm-rg350-4ef680abaf3c81b061090061a69ec5ff13d71ae5.tar.bz2
scummvm-rg350-4ef680abaf3c81b061090061a69ec5ff13d71ae5.zip
- Fixed possible invalid memory access in Resource::loadFileToBuf
- Reworked compressed installer files handling - Updated HoF installer file code (thanks to _athrxx for that) svn-id: r32439
Diffstat (limited to 'engines/kyra/kyra_hof.cpp')
-rw-r--r--engines/kyra/kyra_hof.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/kyra_hof.cpp b/engines/kyra/kyra_hof.cpp
index 9c5548c1f7..14bbc574fc 100644
--- a/engines/kyra/kyra_hof.cpp
+++ b/engines/kyra/kyra_hof.cpp
@@ -287,8 +287,6 @@ int KyraEngine_HoF::go() {
if (_menuChoice != 4) {
// load just the pak files needed for ingame
_res->loadPakFile(StaticResource::staticDataFilename());
- if (_flags.useInstallerPackage)
- _res->loadPakFile("WESTWOOD.001");
if (_flags.platform == Common::kPlatformPC && _flags.isTalkie)
_res->loadFileList("FILEDATA.FDT");
else