aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.h
diff options
context:
space:
mode:
authorStrangerke2012-06-01 08:18:33 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit147a450834cd4a89b7dcf004eb098ef3558d6b18 (patch)
tree92fa0b9873d9e30da8789e86adbe16d681123691 /engines/lilliput/script.h
parentf625b6011700b059b5a4a0155025a7954c352cb6 (diff)
downloadscummvm-rg350-147a450834cd4a89b7dcf004eb098ef3558d6b18.tar.gz
scummvm-rg350-147a450834cd4a89b7dcf004eb098ef3558d6b18.tar.bz2
scummvm-rg350-147a450834cd4a89b7dcf004eb098ef3558d6b18.zip
LILLIPUT: Fix bug in OC_loadFile_AERIAL_GFX, implement OC_waitForEvent
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 757ce91ab5..bc5fc972f0 100644
--- a/engines/lilliput/script.h
+++ b/engines/lilliput/script.h
@@ -271,7 +271,7 @@ private:
void OC_sub18387();
void OC_setDebugFlag();
void OC_setByte14837();
- void OC_sub183A2();
+ void OC_waitForEvent();
void OC_disableInterfaceHotspot();
void OC_loadFile_AERIAL_GFX();
void OC_sub17E22_speech1IfSoundOff();