mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- This makes no sense either way…
This commit is contained in:
parent
068099cb3e
commit
a48ebc51a6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue