]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_comp.h
eliminated qbyte type, now uses unsigned char throughout the engine for this purpose
[xonotic/darkplaces.git] / pr_comp.h
index 5fd9f0485149fa29ddf1dab704c9abc59fa3c21d..912491e6ffd9334ed9a3663e9708a8e40d9bf467 100644 (file)
--- a/pr_comp.h
+++ b/pr_comp.h
@@ -153,7 +153,7 @@ typedef struct dfunction_s
        int             s_file;                 // source file defined in
 
        int             numparms;
        int             s_file;                 // source file defined in
 
        int             numparms;
-       qbyte   parm_size[MAX_PARMS];
+       unsigned char   parm_size[MAX_PARMS];
 }
 dfunction_t;
 
 }
 dfunction_t;
 
@@ -171,7 +171,7 @@ typedef struct mfunction_s
        int             s_file;                 // source file defined in
 
        int             numparms;
        int             s_file;                 // source file defined in
 
        int             numparms;
-       qbyte   parm_size[MAX_PARMS];
+       unsigned char   parm_size[MAX_PARMS];
 }
 mfunction_t;
 
 }
 mfunction_t;