- modified game time to be game duration instead as that is more useful for players who want to see in game clock info

This commit is contained in:
SoftCoder
2013-12-17 13:26:58 -08:00
parent a56eb83c91
commit d8160c1065
5 changed files with 38 additions and 29 deletions

View File

@@ -43,6 +43,8 @@ bool IsNumeric(const char *p, bool allowNegative=true);
string formatNumber(uint64 f);
string getTimeDuationString(int frames, int updateFps);
}}//end namespace
#endif