aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-05-12 23:57:53 +0000
committerJohannes Schickel2006-05-12 23:57:53 +0000
commita5b4fb7f181886ef63bc7982409a7505894ad64d (patch)
tree13d5d45c68d0060a0eb383af5aaa6df8ffd5fc61 /engines/kyra/staticres.cpp
parent3623a94927a3d01b6df5c75f42af13a348327c2a (diff)
downloadscummvm-rg350-a5b4fb7f181886ef63bc7982409a7505894ad64d.tar.gz
scummvm-rg350-a5b4fb7f181886ef63bc7982409a7505894ad64d.tar.bz2
scummvm-rg350-a5b4fb7f181886ef63bc7982409a7505894ad64d.zip
- little cleanups
- adds kyra3 dummies svn-id: r22425
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index ffaf97a602..b710222dd8 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -140,7 +140,7 @@ bool StaticResource::init() {
if (_engine->game() == GI_KYRA1) {
_builtIn = 0;
_filenameTable = kyra1StaticRes;
- } else if (_engine->game() == GI_KYRA2) {
+ } else if (_engine->game() == GI_KYRA2 || _engine->game() == GI_KYRA3) {
return true;
} else {
error("unknown game ID");