]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_comp.h
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / pr_comp.h
index 94410c4169fd685d3425ffcef77cbee9bcce1878..614881ac3d10b052e4bfb1a42b00a0cba36fd91b 100644 (file)
--- a/pr_comp.h
+++ b/pr_comp.h
@@ -147,7 +147,7 @@ typedef struct
        int             s_file;                 // source file defined in
        
        int             numparms;
-       byte    parm_size[MAX_PARMS];
+       qbyte   parm_size[MAX_PARMS];
 } dfunction_t;