summaryrefslogtreecommitdiffstats
path: root/src/MapManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MapManager.h')
-rw-r--r--src/MapManager.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/MapManager.h b/src/MapManager.h
index d20fe6683..0fc05faec 100644
--- a/src/MapManager.h
+++ b/src/MapManager.h
@@ -27,7 +27,7 @@ using cMapCallback = cFunctionRef<bool(cMap &)>;
/** Manages the in-game maps of a single world - Thread safe. */
class cMapManager
{
-public:
+ public:
// tolua_end
cMapManager(cWorld * a_World);
@@ -54,8 +54,7 @@ public:
void SaveMapData(void);
-private:
-
+ private:
typedef std::vector<cMap> cMapList;
cCriticalSection m_CS;
@@ -69,6 +68,3 @@ private:
unsigned int m_TicksUntilNextSave;
}; // tolua_export
-
-
-