Skip to content

Commit

Permalink
Implement new NETCODE version coding.
Browse files Browse the repository at this point in the history
  • Loading branch information
vexed committed Jan 1, 2015
1 parent 8fd1413 commit 9352948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/netplay/netplay.cpp
Expand Up @@ -172,8 +172,8 @@ unsigned NET_PlayerConnectionStatus[CONNECTIONSTATUS_NORMAL][MAX_PLAYERS];
************************************************************************************
**/
static char const *versionString = version_getVersionString();
static int NETCODE_VERSION_MAJOR = 6;
static int NETCODE_VERSION_MINOR = 5;
static int NETCODE_VERSION_MAJOR = 0xB00;
static int NETCODE_VERSION_MINOR = 0;

bool NETisCorrectVersion(uint32_t game_version_major, uint32_t game_version_minor)
{
Expand Down

0 comments on commit 9352948

Please sign in to comment.