From 846ae6eece6b5b31ef7b98d625bd4a6f3417df71 Mon Sep 17 00:00:00 2001 From: pierow Date: Mon, 1 Feb 2021 19:25:54 -0500 Subject: [PATCH] changed NS version to 3.3b1 --- main/source/cl_dll/input.cpp | 4 ++-- main/source/mod/AvHServerUtil.cpp | 2 +- main/source/util/Balance.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/source/cl_dll/input.cpp b/main/source/cl_dll/input.cpp index d6d32fb3..e7bb2cc4 100644 --- a/main/source/cl_dll/input.cpp +++ b/main/source/cl_dll/input.cpp @@ -1494,13 +1494,13 @@ void NsVersion(void) string theGameVersionString; - theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." + + theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "b" + MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)) + " " + __DATE__ + " " + __TIME__; //memset(theGameVersion, 0, 1024); strcpy(theGameVersion, theGameVersionString.c_str()); - gEngfuncs.Con_Printf(theGameVersion); + gEngfuncs.Con_Printf("%s %s", kAvHGameAcronymn, theGameVersion); } /* diff --git a/main/source/mod/AvHServerUtil.cpp b/main/source/mod/AvHServerUtil.cpp index acab15dd..857e1dd7 100644 --- a/main/source/mod/AvHServerUtil.cpp +++ b/main/source/mod/AvHServerUtil.cpp @@ -189,7 +189,7 @@ char* AvHSUGetGameVersionString() string theGameVersionString; - theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "." + + theGameVersionString = "v" + MakeStringFromInt(BALANCE_VAR(kGameVersionMajor)) + "." + MakeStringFromInt(BALANCE_VAR(kGameVersionMinor)) + "b" + MakeStringFromInt(BALANCE_VAR(kGameVersionRevision)); //memset(theGameVersion, 0, 1024); diff --git a/main/source/util/Balance.txt b/main/source/util/Balance.txt index 0a0b1203..7197c261 100644 --- a/main/source/util/Balance.txt +++ b/main/source/util/Balance.txt @@ -120,8 +120,8 @@ #define kGameDownloadSize 150 #define kGameHDSpaceNeeded 300 #define kGameVersionMajor 3 -#define kGameVersionMinor 2 -#define kGameVersionRevision 3 +#define kGameVersionMinor 3 +#define kGameVersionRevision 1 #define kGestateBaseArmor 150 #define kGestateHealth 200 #define kGorgeArmorUpgrade 50