From: Mario Date: Mon, 26 Jun 2017 03:05:04 +0000 (+1000) Subject: Whitelist another Quake field X-Git-Tag: xonotic-v0.8.5~2691 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fce7e22b929a68a8608031c82c57c25754cfb50f;p=xonotic%2Fxonotic-data.pk3dir.git Whitelist another Quake field --- diff --git a/qcsrc/lib/spawnfunc.qh b/qcsrc/lib/spawnfunc.qh index c153fedbe..0986be033 100644 --- a/qcsrc/lib/spawnfunc.qh +++ b/qcsrc/lib/spawnfunc.qh @@ -191,6 +191,7 @@ noref bool require_spawnfunc_prefix; FIELD_VEC(fld, angles) \ FIELD_VEC(fld, avelocity) \ FIELD_VEC(fld, color) \ + FIELD_VEC(fld, mangle) \ FIELD_VEC(fld, maxs) \ FIELD_VEC(fld, maxs) \ FIELD_VEC(fld, mins) \