]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qh
Turrets: delete 401 lines
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
index cf15dd6bc473c8f12e4ffc3cc00c6be64beaf217..d915628cd9f76fc90e78e951d30afb6c7f2d4795 100644 (file)
@@ -281,6 +281,7 @@ void RegisterWeapons();
 REGISTER_REGISTRY(RegisterWeapons)
 entity weapon_info[WEP_MAXCOUNT], weapon_info_first, weapon_info_last;
 entity dummy_weapon_info;
+#define WEP_Null dummy_weapon_info
 
 #define REGISTER_WEAPON(...) EVAL(OVERLOAD(REGISTER_WEAPON, __VA_ARGS__))