aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/inventory.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-05 00:02:15 +0200
committerStrangerke2012-06-05 00:02:15 +0200
commit014330a538244b0e33bcf230cc5e84c28977f096 (patch)
tree0f7fb247729088b9cf4a77c8a2a9864a552cbff0 /engines/tony/inventory.cpp
parent7b547a78cc08627dfedd6a08a3e1afb58d8193fd (diff)
downloadscummvm-rg350-014330a538244b0e33bcf230cc5e84c28977f096.tar.gz
scummvm-rg350-014330a538244b0e33bcf230cc5e84c28977f096.tar.bz2
scummvm-rg350-014330a538244b0e33bcf230cc5e84c28977f096.zip
TONY: Rename variables and functions in input.h
Diffstat (limited to 'engines/tony/inventory.cpp')
-rw-r--r--engines/tony/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/inventory.cpp b/engines/tony/inventory.cpp
index 1a245d9aba..aec1e1a57b 100644
--- a/engines/tony/inventory.cpp
+++ b/engines/tony/inventory.cpp
@@ -530,7 +530,7 @@ void RMInventory::DoFrame(RMGfxTargetBuffer &bigBuf, RMPointer &ptr, RMPoint mpo
g_system->unlockMutex(m_csModifyInterface);
}
- if (_vm->getEngine()->GetInput().GetAsyncKeyState(Common::KEYCODE_i)) {
+ if (_vm->getEngine()->GetInput().getAsyncKeyState(Common::KEYCODE_i)) {
GLOBALS.bCfgInvLocked = !GLOBALS.bCfgInvLocked;
}