Merge drawtowerentities() into drawentities()

This removes lots of duplicated code that drawtowerentities() did,
because all that really changed was accounting for map.ypos (which can
be done conditionally) and where and when the room wrapped (which can
also be done conditionally).
This commit is contained in:
Misa
2020-04-26 15:03:02 -07:00
committed by Ethan Lee
parent b5e813dbbb
commit 660f752bae
3 changed files with 33 additions and 135 deletions

View File

@@ -2592,7 +2592,7 @@ void towerrender()
}
}
graphics.drawtowerentities();
graphics.drawentities();
graphics.drawtowerspikes();