git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@530 67975925-1194-0748-b3d5-c16f83f1a3a1

This commit is contained in:
puzl 2006-06-11 16:39:18 +00:00
parent 97c5ac8fdd
commit 3cb57d3bc8
1 changed files with 1 additions and 1 deletions

View File

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