aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2006-10-22 00:58:55 +0000
committerTravis Howell2006-10-22 00:58:55 +0000
commit91f7477d74f7067bd51dedd3bc3bbd9bc22ce243 (patch)
tree1bdcf608e2a365ac72e89c30eeb90b0fa22fb78a /engines
parentbce0a11065570c7bb2373c6330071143f0489815 (diff)
downloadscummvm-rg350-91f7477d74f7067bd51dedd3bc3bbd9bc22ce243.tar.gz
scummvm-rg350-91f7477d74f7067bd51dedd3bc3bbd9bc22ce243.tar.bz2
scummvm-rg350-91f7477d74f7067bd51dedd3bc3bbd9bc22ce243.zip
Ooops, correct typo
svn-id: r24427
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp
index 90e014b28a..f82ba23cca 100644
--- a/engines/agos/script.cpp
+++ b/engines/agos/script.cpp
@@ -1542,7 +1542,7 @@ void AGOSEngine::setWindowImageEx(uint16 mode, uint16 vga_res) {
_variableArray[293] = 0;
_wallOn = 0;
}
- } else if (getGameType() == GType_ELVIRA1) {
+ } else if (getGameType() == GType_ELVIRA2) {
if (_variableArray[70] == 0) {
_variableArray[71] = 0;
_wallOn = 0;