aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/qfiles.h')
-rw-r--r--code/qcommon/qfiles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/qcommon/qfiles.h b/code/qcommon/qfiles.h
index cbffbed..c0d5968 100644
--- a/code/qcommon/qfiles.h
+++ b/code/qcommon/qfiles.h
@@ -454,6 +454,8 @@ typedef struct {
byte color[4];
} drawVert_t;
+#define drawVert_t_cleared(x) drawVert_t (x) = {{0, 0, 0}, {0, 0}, {0, 0}, {0, 0, 0}, {0, 0, 0, 0}}
+
typedef enum {
MST_BAD,
MST_PLANAR,