]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_light.c
added CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structure (at the beginning), updated...
[xonotic/darkplaces.git] / r_light.c
index b5757cadf5b3871f2d0bc4692b9ab262057e49b7..f8f797c4b4c71ef95e9639ce92869f6c498d6e35 100644 (file)
--- a/r_light.c
+++ b/r_light.c
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "quakedef.h"
 
-cvar_t r_lightmodels = {"r_lightmodels", "1"};
+cvar_t r_lightmodels = {0, "r_lightmodels", "1"};
 
 void r_light_start(void)
 {