mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Merge branch 'silly-numbers' into 'master'
Kill some nonsense See merge request KartKrew/Kart-Public!232
This commit is contained in:
commit
7c829dcb97
1 changed files with 0 additions and 6 deletions
|
@ -35,13 +35,7 @@ applications may follow different packet versions.
|
||||||
|
|
||||||
// SOME numpty changed all the gametype constants and it fell out of sync with vanilla and now we have to pretend to be vanilla when talking to the master server...
|
// SOME numpty changed all the gametype constants and it fell out of sync with vanilla and now we have to pretend to be vanilla when talking to the master server...
|
||||||
#define VANILLA_GT_RACE 2
|
#define VANILLA_GT_RACE 2
|
||||||
// Woah, what do these numbers mean? 200 refers to SRB2 2.0, 246 refers to
|
|
||||||
// SRB2Riders. Both use the old 2.0 gametype numbers.
|
|
||||||
#if VERSION == 200 || VERSION == 246
|
|
||||||
#define VANILLA_GT_MATCH 1
|
|
||||||
#else
|
|
||||||
#define VANILLA_GT_MATCH 3
|
#define VANILLA_GT_MATCH 3
|
||||||
#endif
|
|
||||||
|
|
||||||
// Networking and tick handling related.
|
// Networking and tick handling related.
|
||||||
#define BACKUPTICS 32
|
#define BACKUPTICS 32
|
||||||
|
|
Loading…
Reference in a new issue