]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_cmds.c
eliminated qbyte type, now uses unsigned char throughout the engine for this purpose
[xonotic/darkplaces.git] / pr_cmds.c
index cc5c4141acfe57fa39e10ce77e7e1182e7830a16..cbc06add83e0780f9ef53cbc9a47a1c2acf871cb 100644 (file)
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -855,7 +855,7 @@ void PF_checkpos (void)
 //============================================================================
 
 int checkpvsbytes;
-qbyte checkpvs[MAX_MAP_LEAFS/8];
+unsigned char checkpvs[MAX_MAP_LEAFS/8];
 
 int PF_newcheckclient (int check)
 {