0
0
Fork 0
mirror of https://github.com/ENSL/NS.git synced 2025-03-22 10:21:40 +00:00

build 486

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@485 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
puzl 2006-05-14 16:04:10 +00:00
parent f701283bdb
commit ed1bf79eb3
2 changed files with 1 additions and 1 deletions
releases/3.2.0

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)) + "-480";
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-486";
//memset(theGameVersion, 0, 1024);
strcpy(theGameVersion, theGameVersionString.c_str());