]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_cmds.c
changed protocol back to using float coordinates, unless the mod specifies EF_LOWPREC...
[xonotic/darkplaces.git] / pr_cmds.c
index c002f3cfe5eb2571c27f8a5b149ae337ea299e38..7b1a17825dccd0327ea8fdcff8645ea446b4735a 100644 (file)
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -858,12 +858,12 @@ void PF_checkpos (void)
 
 //============================================================================
 
-byte   checkpvs[MAX_MAP_LEAFS/8];
+qbyte checkpvs[MAX_MAP_LEAFS/8];
 
 int PF_newcheckclient (int check)
 {
        int             i;
-       byte    *pvs;
+       qbyte   *pvs;
        edict_t *ent;
        mleaf_t *leaf;
        vec3_t  org;