]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - modelgen.h
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / modelgen.h
index 951ed91fedebbafcf3393bf16236c014aef226fe..3b5fd543878a39f9550a6bde505dfb3d885e0bed 100644 (file)
@@ -72,8 +72,8 @@ typedef struct dtriangle_s {
 // load this data
 
 typedef struct {
-       byte    v[3];
-       byte    lightnormalindex;
+       qbyte   v[3];
+       qbyte   lightnormalindex;
 } trivertx_t;
 
 typedef struct {