aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eobcommon.cpp
diff options
context:
space:
mode:
authorathrxx2011-06-25 17:21:09 +0200
committerJohannes Schickel2011-12-26 16:18:12 +0100
commitd7f2720b5709b1b4a93f81163752d2da148d2fd9 (patch)
treefaf1c439e5683227672cac7891e42da71a494946 /engines/kyra/eobcommon.cpp
parent8d4034f428062d82c981536365961971fef0243e (diff)
downloadscummvm-rg350-d7f2720b5709b1b4a93f81163752d2da148d2fd9.tar.gz
scummvm-rg350-d7f2720b5709b1b4a93f81163752d2da148d2fd9.tar.bz2
scummvm-rg350-d7f2720b5709b1b4a93f81163752d2da148d2fd9.zip
KYRA: (EOB) - match eob code with 3f2b5b9e8b9196c9d0e573abf8f8350ec4034b1d
Diffstat (limited to 'engines/kyra/eobcommon.cpp')
-rw-r--r--engines/kyra/eobcommon.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/kyra/eobcommon.cpp b/engines/kyra/eobcommon.cpp
index 83a57cd66f..7ec988ef1e 100644
--- a/engines/kyra/eobcommon.cpp
+++ b/engines/kyra/eobcommon.cpp
@@ -46,7 +46,6 @@ EobCoreEngine::EobCoreEngine(OSystem *system, const GameFlags &flags) : LolEobBa
_playFinale = false;
_runFlag = true;
_saveLoadMode = 0;
- _updateHandItemCursor = false;
_configMouse = true;
_resting = false;
@@ -441,11 +440,6 @@ void EobCoreEngine::runLoop() {
checkInput(_activeButtons, true, 0);
removeInputTop();
- if (_updateHandItemCursor) {
- _updateHandItemCursor = false;
- setHandItem(_itemInHand);
- }
-
_timer->update();
updateScriptTimers();