- attempt to rollback change that causes game differences on different platforms

This commit is contained in:
Mark Vejvoda
2013-11-10 04:26:57 +00:00
parent 856e6fd88e
commit b9e3f57894
3 changed files with 26 additions and 26 deletions

View File

@@ -33,8 +33,8 @@ bool strToUInt(const string &s, uint32 *i);
bool strToFloat(const string &s, float *f);
string boolToStr(bool b);
string uIntToStr(const uint64 &value);
string intToStr(const int64 &value);
string uIntToStr(const uint64 value);
string intToStr(const int64 value);
string intToHex(int i);
string floatToStr(float f,int precsion=2);
string doubleToStr(double f,int precsion=2);