o 3.1.1 candidate build

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@361 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
puzl 2005-11-19 20:04:36 +00:00
parent 6fb07dbab1
commit 1238a736c6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -190,7 +190,7 @@ char* AvHSUGetGameVersionString()
string theGameVersionString;
theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." +
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-T2";
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision));
//memset(theGameVersion, 0, 1024);
strcpy(theGameVersion, theGameVersionString.c_str());