diff options
Diffstat (limited to 'engines/kyra/resource.cpp')
-rw-r--r-- | engines/kyra/resource.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/resource.cpp b/engines/kyra/resource.cpp index fd6e8cab2b..8771fc6543 100644 --- a/engines/kyra/resource.cpp +++ b/engines/kyra/resource.cpp @@ -51,8 +51,7 @@ Resource::Resource(KyraEngine *engine) { // only VRM file we need in the *whole* game for kyra1 if (_engine->features() & GF_TALKIE) { - if (!loadPakFile("CHAPTER1.VRM")) - error("couldn't open pakfile 'CHAPTER1.VRM'"); + loadPakFile("CHAPTER1.VRM"); } } else if (_engine->game() == GI_KYRA3) { // load the installation package file for kyra3 |