mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
Don't make the Pterabyte radius adjustable (doesn't work correctly right now)
This commit is contained in:
parent
598047ae8b
commit
22e3c37e5d
1 changed files with 0 additions and 4 deletions
|
@ -13867,11 +13867,7 @@ void A_SpawnPterabytes(mobj_t *actor)
|
|||
#endif
|
||||
|
||||
if (actor->spawnpoint)
|
||||
{
|
||||
amount = actor->spawnpoint->extrainfo + 1;
|
||||
if (actor->spawnpoint->angle)
|
||||
rad = actor->spawnpoint->angle*FRACUNIT;
|
||||
}
|
||||
|
||||
interval = FixedAngle(FRACUNIT*360/amount);
|
||||
|
||||
|
|
Loading…
Reference in a new issue