]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.h
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / zone.h
diff --git a/zone.h b/zone.h
index 79b81e5f94744e7c50c4172276ced8cbd44001ec..0b77463a76d44f205e608dc9939579a9f8a5bb8a 100644 (file)
--- a/zone.h
+++ b/zone.h
@@ -53,7 +53,7 @@ memheader_t;
 typedef struct memclump_s
 {
        // contents of the clump
-       byte block[MEMCLUMPSIZE];
+       qbyte block[MEMCLUMPSIZE];
        // should always be MEMCLUMP_SENTINEL
        int sentinel1;
        // if a bit is on, it means that the MEMUNIT bytes it represents are