mirror of
https://github.com/unknownworlds/NS.git
synced 2025-02-12 14:55:43 +00:00
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@513 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
e575c80fd2
commit
ec83d1639e
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ char* AvHSUGetGameVersionString()
|
||||||
string theGameVersionString;
|
string theGameVersionString;
|
||||||
|
|
||||||
theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." +
|
theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." +
|
||||||
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-494";
|
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-513";
|
||||||
|
|
||||||
//memset(theGameVersion, 0, 1024);
|
//memset(theGameVersion, 0, 1024);
|
||||||
strcpy(theGameVersion, theGameVersionString.c_str());
|
strcpy(theGameVersion, theGameVersionString.c_str());
|
||||||
|
|
Loading…
Reference in a new issue