]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_comp.h
-Now a server is never pinged more than once.
[xonotic/darkplaces.git] / pr_comp.h
index 6b35e5c15629352bad8344326b00a89cc2599442..7a744645669fa785d49d721c059f4f07587eda88 100644 (file)
--- a/pr_comp.h
+++ b/pr_comp.h
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef PR_COMP_H
 #define PR_COMP_H
 
-typedef int    func_t;
+typedef unsigned int   func_t;
 typedef int    string_t;
 
 typedef enum {ev_void, ev_string, ev_float, ev_vector, ev_entity, ev_field, ev_function, ev_pointer} etype_t;