mirror of
https://github.com/ENSL/NS.git
synced 2025-01-18 23:41:51 +00:00
o build 522
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@521 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
10a8b3897c
commit
485165a242
4 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
// Natural Selection //
|
// Natural Selection //
|
||||||
// by Charlie Cleveland //
|
// by Charlie Cleveland //
|
||||||
////////////////////////////
|
////////////////////////////
|
||||||
game "Natural Selection 3.2 (Revision 486)"
|
game "Natural Selection 3.2 (Revision 522)"
|
||||||
url_info "http://www.unknownworlds.com/ns/"
|
url_info "http://www.unknownworlds.com/ns/"
|
||||||
url_dl "http://www.unknownworlds.com/ns/view?action=files"
|
url_dl "http://www.unknownworlds.com/ns/view?action=files"
|
||||||
icon "ns"
|
icon "ns"
|
||||||
|
|
|
@ -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)) + "-513";
|
MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + "-523";
|
||||||
|
|
||||||
//memset(theGameVersion, 0, 1024);
|
//memset(theGameVersion, 0, 1024);
|
||||||
strcpy(theGameVersion, theGameVersionString.c_str());
|
strcpy(theGameVersion, theGameVersionString.c_str());
|
||||||
|
|
Loading…
Reference in a new issue