Use quake3-like gameversion. Fixes mismatch when server/client aren't both using qvm or dll/so.

This commit is contained in:
zturtleman 2011-08-10 20:45:27 +00:00
parent 17913ac668
commit 83c6eac9d2
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// because games can change separately from the main system version, we need a
// second version that must match between game and cgame
#define GAME_VERSION Q3_VERSION // BASEGAME "-1"
#define GAME_VERSION BASEGAME "-1"
#define DEFAULT_GRAVITY 800
#define GIB_HEALTH -40

View file

@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
//==================================================================
// the "gameversion" client command will print this plus compile date
#define GAMEVERSION Q3_VERSION // BASEGAME
#define GAMEVERSION BASEGAME
#define BODY_QUEUE_SIZE 8