diff --git a/src/game/chr.c b/src/game/chr.c index c8aea7847..9d59b117e 100644 --- a/src/game/chr.c +++ b/src/game/chr.c @@ -1055,6 +1055,7 @@ void chrInit(struct prop *prop, u8 *ailist) chr->timeshooter = 0; chr->noblood = false; chr->rtracked = false; + chr->myspecial = -1; chr->goposhitcount = 0;