Skip to content
Snippets Groups Projects
Commit b11845b0 authored by James R.'s avatar James R.
Browse files

Merge branch 'packetversion-revision' into 'master'

The rule for PACKETVERSION is too confusing, it's also too hard to unify formats

See merge request !875
parents 40ec8c43 42143976
No related branches found
No related tags found
2 merge requests!892Funny shaders master merge,!875The rule for PACKETVERSION is too confusing, it's also too hard to unify formats
......@@ -20,12 +20,9 @@
#include "d_player.h"
/*
The 'packet version' may be used with packets whose
format is expected to change between 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.
The 'packet version' is used to distinguish packet formats.
This version is independent of VERSION and SUBVERSION. Different
applications may follow different packet versions.
*/
#define PACKETVERSION 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment