Skip to content

Commit

Permalink
Port NCMD_EXIT to i_net file
Browse files Browse the repository at this point in the history
  • Loading branch information
Boondorl committed Nov 5, 2024
1 parent 4d49953 commit a2876df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/engine/i_net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ static SOCKET mysocket = INVALID_SOCKET;
static sockaddr_in sendaddress[MAXNETNODES];
static uint8_t sendplayer[MAXNETNODES];

constexpr int NCMD_EXIT = 0x80;

#ifdef __WIN32__
const char *neterror (void);
#else
Expand Down

0 comments on commit a2876df

Please sign in to comment.