mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Don't make the Pterabyte radius adjustable (doesn't work correctly right now)
This commit is contained in:
parent
c4f1085f02
commit
017d29ff76
1 changed files with 0 additions and 4 deletions
|
|
@ -13867,11 +13867,7 @@ void A_SpawnPterabytes(mobj_t *actor)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (actor->spawnpoint)
|
if (actor->spawnpoint)
|
||||||
{
|
|
||||||
amount = actor->spawnpoint->extrainfo + 1;
|
amount = actor->spawnpoint->extrainfo + 1;
|
||||||
if (actor->spawnpoint->angle)
|
|
||||||
rad = actor->spawnpoint->angle*FRACUNIT;
|
|
||||||
}
|
|
||||||
|
|
||||||
interval = FixedAngle(FRACUNIT*360/amount);
|
interval = FixedAngle(FRACUNIT*360/amount);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue