diff --git a/src/p_mobj.c b/src/p_mobj.c index bddc106a..f984c93a 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -1318,6 +1318,9 @@ void P_SpawnPuff(fixed_t x,fixed_t y,fixed_t z) if (attackrange == MELEERANGE) P_SetMobjState (th, S_PUFF3); + + // [crispy] suppress interpolation for the first tic + th->interp = -1; }