X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fnetserv.c;h=4a83492304dc2e2ee5183e44276309fe90a2cb01;hp=ac1b71c4fcd6343f7b848ce7b0cf778f1166bf6a;hb=61c3da024802ecc0268bab42d7499fc0346e4fd3;hpb=e9306042d9ea3bc310590fe16653538905a9b99d diff --git a/src/netserv.c b/src/netserv.c index ac1b71c4..4a834923 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -77,7 +77,7 @@ static unsigned char realbuffer[512], *buffer = realbuffer + 4; static int interrupt; -static unsigned long ServerFrameCounter = 0; +static unsigned int ServerFrameCounter = 0; static void addtobuffer(struct NetworkServerPlayerInfo *player, unsigned char *b, int len)