- moved i_net into 'common' to bring it in line with Raze.

This commit is contained in:
Christoph Oelckers 2020-09-27 12:23:22 +02:00
commit 348f9ae68c
8 changed files with 125 additions and 84 deletions

View file

@ -82,7 +82,6 @@ extern FString savegamefile;
extern short consistancy[MAXPLAYERS][BACKUPTICS];
doomcom_t doomcom;
#define netbuffer (doomcom.data)
enum { NET_PeerToPeer, NET_PacketServer };