aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
authorBorja Lorente2016-06-28 20:56:55 +0200
committerBorja Lorente2016-08-14 18:41:15 +0200
commit0485483254e9ce94acfd4750122a466984227904 (patch)
tree4a48b4adb66ba658a6da038cffa904598d37b108 /engines/macventure/macventure.h
parent08588eb6f914fc77aa443f3844681787bde02949 (diff)
downloadscummvm-rg350-0485483254e9ce94acfd4750122a466984227904.tar.gz
scummvm-rg350-0485483254e9ce94acfd4750122a466984227904.tar.bz2
scummvm-rg350-0485483254e9ce94acfd4750122a466984227904.zip
MACVENTURE: Minor fixes and skull rising
Diffstat (limited to 'engines/macventure/macventure.h')
-rw-r--r--engines/macventure/macventure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index c63864de20..28c3bf9ad3 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -175,7 +175,7 @@ public:
void enqueueObject(ObjectQueueID type, ObjID objID, ObjID target = 0);
void enqueueText(TextQueueID type, ObjID target, ObjID source, ObjID text);
-
+
void runObjQueue();
bool printTexts();