[MIRROR] Fixes loading zlevels with static lighting. (#7051)

* Fixes loading zlevels with static lighting. (#38365)

* Fixes loading zlevels with static lighting.

* Actually this whole part is unnecessary now because change turf handles the change properly now.

* Correct

* Fixes loading zlevels with static lighting.
This commit is contained in:
CitadelStationBot
2018-06-10 14:32:58 -05:00
committed by kevinz000
parent cc4ffe31dd
commit 6d9543511f
2 changed files with 1 additions and 10 deletions
-1
View File
@@ -59,7 +59,6 @@
repopulate_sorted_areas()
SSlighting.initialize_lighting_objects(block(locate(bounds[MAP_MINX], bounds[MAP_MINY], bounds[MAP_MINZ]),locate(bounds[MAP_MAXX], bounds[MAP_MAXY], bounds[MAP_MAXZ])))
//initialize things that are normally initialized after map load
initTemplateBounds(bounds)
smooth_zlevel(world.maxz)