diff --git a/src/p_mobj.cpp b/src/p_mobj.cpp index 16d83943f..465a4d745 100644 --- a/src/p_mobj.cpp +++ b/src/p_mobj.cpp @@ -5016,10 +5016,11 @@ void P_SpawnBlood (fixed_t x, fixed_t y, fixed_t z, angle_t dir, int damage, AAc cls = cls->ParentClass; } } + + statedone: + if (!(bloodtype <= 1)) th->renderflags |= RF_INVISIBLE; } -statedone: - if (!(bloodtype <= 1)) th->renderflags |= RF_INVISIBLE; if (bloodtype >= 1) P_DrawSplash2 (40, x, y, z, dir, 2, bloodcolor); }