cycler_sprite: Fixed it not being a trigger, so now the chickens on cs_italy work again. Praise the chicken.mdl

This commit is contained in:
Marco Cawthorne 2019-01-05 11:50:02 +01:00
parent c454f9f801
commit 675ecc323c

View file

@ -8,13 +8,7 @@
/* https://twhl.info/wiki/page/cycler_sprite_(Half-Life) */
enumflags
{
ENVS_STARTON,
ENVS_PLAYONCE
};
class cycler_sprite:CBaseEntity
class cycler_sprite:CBaseTrigger
{
void() cycler_sprite;
};