cleanup of _HELPERS/game.dm (#61859)

some more cleanup, game.dm this time
This commit is contained in:
Ghilker
2021-10-03 16:51:52 -04:00
committed by GitHub
parent 0017cc60dc
commit 682e7132b5
30 changed files with 304 additions and 276 deletions
@@ -75,7 +75,7 @@
theRadius = max(radius/max((2*abs(sphereMagic-i)),1),1)
map |= circlerange(locate(centerX,centerY,i),theRadius)
map |= circle_range(locate(centerX,centerY,i),theRadius)
return map