- This makes no sense either way…

This commit is contained in:
Christoph Oelckers 2022-09-13 20:29:18 +02:00
parent 068099cb3e
commit a48ebc51a6

View file

@ -3053,7 +3053,7 @@ void moveexplosions_d(void) // STATNUM 5
case MONEY + 1:
case MAIL + 1:
case PAPER + 1:
act->set_int_zvel(act->floorz = getflorzofslopeptrf(act->sector(), act->spr.pos.X, act->spr.pos.Y));
act->vel.Z = act->floorz = getflorzofslopeptrf(act->sector(), act->spr.pos.X, act->spr.pos.Y);
break;
case MONEY:
case MAIL: