]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a regression
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 2 Feb 2015 00:19:10 +0000 (11:19 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 2 Feb 2015 00:19:10 +0000 (11:19 +1100)
qcsrc/common/csqcmodel_settings.qh
qcsrc/csqcmodellib/settings.qh

index 5efbc179e40197e1e90224cf22f2037d69280445..fdc555e2460e69fd7f344de9f15dfcf65b2533f0 100644 (file)
@@ -65,7 +65,7 @@
 #define CSQCPLAYER_HOOK_POSTCAMERASETUP
 
 // force updates of player entities that often even if unchanged
-const float CSQCPLAYER_FORCE_UPDATES = 0.25;
+#define CSQCPLAYER_FORCE_UPDATES 0.25
 
 // mod must define:
 //vector PL_MIN  = ...;
index 73f1e790521ed71d50137c43a4e60515c46cb4b8..b30d7e94b0daca67ea8f251fb0d7e2c341369846 100644 (file)
@@ -18,7 +18,7 @@
 #define CSQCPLAYER_HOOK_POSTCAMERASETUP
 
 // force updates of player entities that often even if unchanged
-const float CSQCPLAYER_FORCE_UPDATES = 0.25;
+#define CSQCPLAYER_FORCE_UPDATES 0.25
 
 // mod must define:
 //vector PL_MIN  = ...;