mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-01-31 13:50:37 +00:00
Use quake3-like gameversion. Fixes mismatch when server/client aren't both using qvm or dll/so.
This commit is contained in:
parent
17913ac668
commit
83c6eac9d2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue