]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - lhnet.h
add a new "scale" property in font files. Specifying, e.g., "scale 1.2" in a font...
[xonotic/darkplaces.git] / lhnet.h
diff --git a/lhnet.h b/lhnet.h
index d17015fa65b9aa32e9fb18e1eb424ea4bd03c979..c865f9a9835f51b0a2766fc67af9ed22914116f4 100644 (file)
--- 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;