aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/input
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-14 19:55:28 +0000
committerEugene Sandulenko2010-10-12 22:42:44 +0000
commit031a2fc88ed9c8df3c1d4eced7969724b9328bc3 (patch)
treeecbf93c45b56b6df3477193d60f2fcdcb03756e5 /engines/sword25/input
parent5cf67ce36f5ce169249bc3f74e31b02317a0002a (diff)
downloadscummvm-rg350-031a2fc88ed9c8df3c1d4eced7969724b9328bc3.tar.gz
scummvm-rg350-031a2fc88ed9c8df3c1d4eced7969724b9328bc3.tar.bz2
scummvm-rg350-031a2fc88ed9c8df3c1d4eced7969724b9328bc3.zip
SWORD25: Final linking fixes. Now it links!
svn-id: r53234
Diffstat (limited to 'engines/sword25/input')
-rw-r--r--engines/sword25/input/scummvminput.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/input/scummvminput.cpp b/engines/sword25/input/scummvminput.cpp
index 76a7f0fe09..30d2940d73 100644
--- a/engines/sword25/input/scummvminput.cpp
+++ b/engines/sword25/input/scummvminput.cpp
@@ -188,8 +188,8 @@ void ScummVMInput::TestForLeftDoubleClick() {
// -----------------------------------------------------------------------------
-void AlterKeyboardState(int keycode, byte newState) {
-
+void ScummVMInput::AlterKeyboardState(int keycode, byte newState) {
+ m_KeyboardState[m_CurrentState][keycode] = newState;
}
// -----------------------------------------------------------------------------