]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/config.qh
Turn #define'd constants into actual constants
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / config.qh
index 6a0489314849cd47bfee81208355e02dd79a5852..efef821d89f79e5df742b0dea0d7fe9a1fd11fea 100644 (file)
@@ -6,7 +6,7 @@ void Dump_Weapon_Settings(void);
 float wep_config_file;
 float wep_config_alsoprint;
 
-#define MAX_WEP_CONFIG 256
+const float MAX_WEP_CONFIG = 256;
 float WEP_CONFIG_COUNT;
 string wep_config_queue[MAX_WEP_CONFIG];