mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
At least this one wasn't my fault ( :P )
This commit is contained in:
parent
7a3a293c96
commit
36da2e198d
1 changed files with 1 additions and 1 deletions
|
|
@ -2947,7 +2947,7 @@ void EV_CrumbleChain(sector_t *sec, ffloor_t *rover)
|
|||
spawned = P_SpawnMobj(a, b, c, type);
|
||||
|
||||
if (spawned->frame & FF_ANIMATE)
|
||||
spawned->frame += P_RandomKey(spawned->state->var2);
|
||||
spawned->frame += P_RandomKey(spawned->state->var1);
|
||||
|
||||
spawned->angle += P_RandomKey(36)*ANG10; // irrelevant for default objects but might make sense for some custom ones
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue