Maps: Improvements

This commit is contained in:
andrew
2014-02-23 15:05:03 +02:00
parent 30b22e9f59
commit f471873945
8 changed files with 28 additions and 15 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ private:
bool UpdatePixel(unsigned int a_X, unsigned int a_Z);
/** Add a new map client. */
void AddPlayer(cPlayer * a_Player, cClientHandle * a_Handle, Int64 a_WorldAge);
void AddPlayer(cPlayer * a_Player, Int64 a_WorldAge);
/** Remove inactive or invalid clients. */
void RemoveInactiveClients(Int64 a_WorldAge);