mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Tweak Boss5MakeItRain's bomb launch angles to properly smash the ceiling in the new arena.
This commit is contained in:
parent
514d596055
commit
88ffff4575
1 changed files with 1 additions and 1 deletions
|
|
@ -12414,7 +12414,7 @@ void A_Boss5MakeItRain(mobj_t *actor)
|
||||||
actor->angle += ANGLE_45;
|
actor->angle += ANGLE_45;
|
||||||
|
|
||||||
var1 = locvar1;
|
var1 = locvar1;
|
||||||
var2 = offset + (i & 1) ? 55 : 70;
|
var2 = offset + (i & 1) ? 80 : 85;
|
||||||
A_TrapShot(actor);
|
A_TrapShot(actor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue