summaryrefslogtreecommitdiffstats
path: root/source/cPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cPlayer.h')
-rw-r--r--source/cPlayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h
index 17e575e91..621b1031c 100644
--- a/source/cPlayer.h
+++ b/source/cPlayer.h
@@ -115,7 +115,7 @@ protected:
std::string m_IP;
long long m_LastPlayerListTime;
- static const unsigned short E_PLAYER_LIST_TIME = 1000; // 1000 = once per second
+ static const unsigned short PLAYER_LIST_TIME_MS = 1000; // 1000 = once per second
cClientHandle* m_ClientHandle;
}; //tolua_export