aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-11 13:28:38 +0000
committerJohannes Schickel2006-01-11 13:28:38 +0000
commite179f3f6ed35864517cf4cb5e99e6b8002bf1d5d (patch)
tree4d704f8c9d7b141885c06e9e736884b6ebcea352 /kyra/staticres.cpp
parent67d1cc0cf957d22cb5c6f8b2bf8de4ac02e25f67 (diff)
downloadscummvm-rg350-e179f3f6ed35864517cf4cb5e99e6b8002bf1d5d.tar.gz
scummvm-rg350-e179f3f6ed35864517cf4cb5e99e6b8002bf1d5d.tar.bz2
scummvm-rg350-e179f3f6ed35864517cf4cb5e99e6b8002bf1d5d.zip
Fixed for bug report # 1401360.
Also added some delay calls while waiting in some script functions. svn-id: r19982
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index acfc6be4f1..b3d6d33d43 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -667,6 +667,7 @@ KyraEngine::OpcodeProc KyraEngine::_opcodeTable[] = {
Opcode(cmd_fillRect),
Opcode(cmd_dummy),
Opcode(cmd_dummy),
+ Opcode(cmd_dummy),
Opcode(cmd_dummy)
};
#undef Opcode