X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqcmodel_hooks.qh;fp=qcsrc%2Fclient%2Fcsqcmodel_hooks.qh;h=f952d0b0a02dcc652482733f72d2debff38c919a;hb=4d91f9f38ee0fe58d4ac93662da2bcd52921d373;hp=8ed256379ff2e6d60b6bbf5a8598472f185999b4;hpb=e14822e0027ed17bf638cd15dfa3c9221c174913;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqcmodel_hooks.qh b/qcsrc/client/csqcmodel_hooks.qh index 8ed256379..f952d0b0a 100644 --- a/qcsrc/client/csqcmodel_hooks.qh +++ b/qcsrc/client/csqcmodel_hooks.qh @@ -23,6 +23,8 @@ const int MF_TRACER3 = BIT(7); // purple trail .int csqcmodel_modelflags; .int csqcmodel_traileffect; +.int isplayermodel; + void CSQCModel_Effects_Apply(entity this); void CSQCModel_Hook_PreDraw(entity this, bool isplayer);