X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=pr_comp.h;h=912491e6ffd9334ed9a3663e9708a8e40d9bf467;hb=1893466045869dc85faaeb137d3f205a2d118b67;hp=5fd9f0485149fa29ddf1dab704c9abc59fa3c21d;hpb=f9d8bc7ea04ff91fcbd90fe50a299b37724b349b;p=xonotic%2Fdarkplaces.git diff --git a/pr_comp.h b/pr_comp.h index 5fd9f048..912491e6 100644 --- 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; - qbyte parm_size[MAX_PARMS]; + unsigned char parm_size[MAX_PARMS]; } dfunction_t; @@ -171,7 +171,7 @@ typedef struct mfunction_s int s_file; // source file defined in int numparms; - qbyte parm_size[MAX_PARMS]; + unsigned char parm_size[MAX_PARMS]; } mfunction_t;