X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=lhnet.h;h=c865f9a9835f51b0a2766fc67af9ed22914116f4;hb=463e763b9dea3d318821a7a588fe60a7b9f91d21;hp=d17015fa65b9aa32e9fb18e1eb424ea4bd03c979;hpb=ae2e7cc68682f9647bdc2b19e8243006709a88b6;p=xonotic%2Fdarkplaces.git diff --git a/lhnet.h b/lhnet.h index d17015fa..c865f9a9 100644 --- a/lhnet.h +++ b/lhnet.h @@ -67,7 +67,7 @@ int LHNETADDRESS_Compare(const lhnetaddress_t *address1, const lhnetaddress_t *a typedef struct lhnetsocket_s { lhnetaddress_t address; - unsigned int inetsocket; + int inetsocket; struct lhnetsocket_s *next, *prev; } lhnetsocket_t;