aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.h
diff options
context:
space:
mode:
authorStrangerke2012-06-17 14:09:52 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit7e55ed492c5313edc7b2a39b36ee495e5a23f34d (patch)
treebb7b758ca4640bb2dba4fbc6a109cd928d124084 /engines/lilliput/script.h
parente6dce6ed8ae860e0fb75811640272da78dc394cf (diff)
downloadscummvm-rg350-7e55ed492c5313edc7b2a39b36ee495e5a23f34d.tar.gz
scummvm-rg350-7e55ed492c5313edc7b2a39b36ee495e5a23f34d.tar.bz2
scummvm-rg350-7e55ed492c5313edc7b2a39b36ee495e5a23f34d.zip
LILLIPUT: Some renaming
Diffstat (limited to 'engines/lilliput/script.h')
-rw-r--r--engines/lilliput/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lilliput/script.h b/engines/lilliput/script.h
index 96bd837d87..b796e8533c 100644
--- a/engines/lilliput/script.h
+++ b/engines/lilliput/script.h
@@ -186,7 +186,7 @@ private:
byte OC_CurrentCharacterVar3Equals1();
byte OC_checkCharacterDirection();
byte OC_checkLastInterfaceHotspotIndex();
- byte OC_checkSavedMousePos();
+ byte OC_checkSelectedCharacter();
byte OC_sub179AE();
byte OC_sub179C2();
byte OC_checkFunctionKeyPressed();