mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Make the PACKETVERSION rule easier
(cherry picked from commit 4214397679c70a7910c82126783b434f0d10343e)
This commit is contained in:
parent
6fd3d2641c
commit
6eae2b5243
1 changed files with 3 additions and 6 deletions
|
|
@ -22,12 +22,9 @@
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The 'packet version' may be used with packets whose
|
The 'packet version' is used to distinguish packet formats.
|
||||||
format is expected to change between versions.
|
This version is independent of VERSION and SUBVERSION. Different
|
||||||
|
applications may follow different packet versions.
|
||||||
This version is independent of the mod name, and standard
|
|
||||||
version and subversion. It should only account for the
|
|
||||||
basic fields of the packet, and change infrequently.
|
|
||||||
*/
|
*/
|
||||||
#define PACKETVERSION 0
|
#define PACKETVERSION 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue