mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
o Build 494
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@493 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
bc4fafb6cf
commit
87bc7b2c7e
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -190,7 +190,7 @@ char* AvHSUGetGameVersionString()
|
|||
string theGameVersionString;
|
||||
|
||||
theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." +
|
||||
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-486";
|
||||
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-494";
|
||||
|
||||
//memset(theGameVersion, 0, 1024);
|
||||
strcpy(theGameVersion, theGameVersionString.c_str());
|
||||
|
|
Loading…
Reference in a new issue