aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-18 23:55:31 +0000
committerJohannes Schickel2005-11-18 23:55:31 +0000
commit5eb3e11b46ce694057c8c7de413df96fbc34c728 (patch)
tree48e6463aea9baa6fc00fd962254bc12dac1fe638 /kyra/staticres.cpp
parenta69fe434b981d105df84b20e036b7f45c9fc8801 (diff)
downloadscummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.tar.gz
scummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.tar.bz2
scummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.zip
Implemented basic input handling and fixed mask drawing.
svn-id: r19657
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index f52edc5ae5..c9c857f7e9 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -433,7 +433,7 @@ KyraEngine::OpcodeProc KyraEngine::_opcodeTable[] = {
Opcode(cmd_getCharacterX),
Opcode(cmd_getCharacterY),
Opcode(cmd_changeCharactersFacing),
- Opcode(cmd_CopyWSARegion),
+ Opcode(cmd_copyWSARegion),
// 0x3c
Opcode(cmd_printText),
Opcode(cmd_random),