From 70b6b3cc2ce7eb37679ce6f4d26f54fd790589fc Mon Sep 17 00:00:00 2001 From: truebrain Date: Sun, 13 Nov 2011 20:41:17 +0000 Subject: (svn r23207) -Codechange: make functions private/protected/public depending on their current usage (and reorder functions a bit) --- src/ai/ai_instance.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/ai/ai_instance.hpp') diff --git a/src/ai/ai_instance.hpp b/src/ai/ai_instance.hpp index d66854563..65884dc71 100644 --- a/src/ai/ai_instance.hpp +++ b/src/ai/ai_instance.hpp @@ -154,12 +154,6 @@ public: */ void Load(int version); - /** - * Call the AI Load function if it exists and data was loaded - * from a savegame. - */ - bool CallLoad(); - /** * Load and discard data from a savegame. */ @@ -206,6 +200,12 @@ private: */ void Died(); + /** + * Call the AI Load function if it exists and data was loaded + * from a savegame. + */ + bool CallLoad(); + /** * Save one object (int / string / array / table) to the savegame. * @param vm The virtual machine to get all the data from. -- cgit v1.2.3-54-g00ecf