aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.h
diff options
context:
space:
mode:
authorStrangerke2012-06-03 13:25:40 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit4dda4abbea3c0bf2236625bbfeff7bb62f202ede (patch)
treec4bcc410e1d46aec991bc80746f380c7bd69916a /engines/lilliput/script.h
parentde94c907208c61ea33495ad56f9760425af742bf (diff)
downloadscummvm-rg350-4dda4abbea3c0bf2236625bbfeff7bb62f202ede.tar.gz
scummvm-rg350-4dda4abbea3c0bf2236625bbfeff7bb62f202ede.tar.bz2
scummvm-rg350-4dda4abbea3c0bf2236625bbfeff7bb62f202ede.zip
LILLIPUT: rename OC_checkFunctionKeyPressed
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 bc5fc972f0..bc7fb15d70 100644
--- a/engines/lilliput/script.h
+++ b/engines/lilliput/script.h
@@ -188,7 +188,7 @@ private:
byte OC_checkSavedMousePos();
byte OC_sub179AE();
byte OC_sub179C2();
- byte OC_checkKeyPressed();
+ byte OC_checkFunctionKeyPressed();
byte OC_sub17A07();
byte OC_checkViewPortCharacterTarget();