From: Mario Date: Tue, 19 Jun 2018 02:20:19 +0000 (+1000) Subject: Define spawnflags in ammo.qh for now (another compilation unit failure) X-Git-Tag: xonotic-v0.8.5~2008 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b067126784c5d6d78f60b03257163f3f7ca5c740;p=xonotic%2Fxonotic-data.pk3dir.git Define spawnflags in ammo.qh for now (another compilation unit failure) --- diff --git a/qcsrc/common/items/item/ammo.qh b/qcsrc/common/items/item/ammo.qh index dcf5a32f4..4c37464ad 100644 --- a/qcsrc/common/items/item/ammo.qh +++ b/qcsrc/common/items/item/ammo.qh @@ -22,6 +22,10 @@ #endif #endif +#ifdef GAMEQC +.int spawnflags; +#endif + #ifdef SVQC PROPERTY(float, g_pickup_ammo_anyway); #endif