From 0352e4589882a070c5796f2604b9ad8f52a19f06 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 12 Oct 2013 22:24:59 +0200 Subject: Fixed and exported cWorld:QueueTask(). This implements #220. --- source/World.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/World.h') diff --git a/source/World.h b/source/World.h index dcb197bd0..25bc0b338 100644 --- a/source/World.h +++ b/source/World.h @@ -508,7 +508,7 @@ public: void QueueSaveAllChunks(void); // tolua_export /// Queues a task onto the tick thread. The task object will be deleted once the task is finished - void QueueTask(cTask * a_Task); + void QueueTask(cTask * a_Task); // Exported in ManualBindings.cpp /// Returns the number of chunks loaded int GetNumChunks() const; // tolua_export @@ -589,7 +589,7 @@ public: /// Appends all usernames starting with a_Text (case-insensitive) into Results void TabCompleteUserName(const AString & a_Text, AStringVector & a_Results); - + private: friend class cRoot; -- cgit v1.2.3