]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
moved light matrix generation out of the render code and into the light creation...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 1483c3b45342929809787a6cd3930841a0ec0013..e1e365c4166c9b70454375585277777783666e98 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -123,6 +123,10 @@ extern int eval_viewzoom;
 extern int eval_clientcolors;
 extern int eval_tag_entity;
 extern int eval_tag_index;
+extern int eval_light_lev;
+extern int eval_color;
+extern int eval_style;
+extern int eval_pflags;
 
 #define GETEDICTFIELDVALUE(ed, fieldoffset) (fieldoffset ? (eval_t *)((qbyte *)ed->v + fieldoffset) : NULL)