From 0485483254e9ce94acfd4750122a466984227904 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Tue, 28 Jun 2016 20:56:55 +0200 Subject: MACVENTURE: Minor fixes and skull rising --- engines/macventure/macventure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/macventure/macventure.h') 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(); -- cgit v1.2.3