Renames the initTemplateZLevel function to initTemplateBounds

This commit is contained in:
Sawu
2016-06-22 22:56:07 +10:00
parent d005399dce
commit 9463880ed8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
height = bounds[MAP_MAXY]
return bounds
/proc/initTemplateZLevel(var/list/bounds)
/proc/initTemplateBounds(var/list/bounds)
var/list/obj/machinery/atmospherics/atmos_machines = list()
var/list/obj/structure/cable/cables = list()
var/list/atom/atoms = list()
@@ -59,7 +59,7 @@
return 0
//initialize things that are normally initialized after map load
initTemplateZLevel(bounds)
initTemplateBounds(bounds)
log_game("[name] loaded at at [T.x],[T.y],[T.z]")
return 1
@@ -85,7 +85,7 @@
//helper_datums/map_template.dmm make this a generic function
var/list/bounds = maploader.load_map('_maps/map_files/generic/chapel.dmm')
initTemplateZLevel(bounds)
initTemplateBounds(bounds)
log_game("Chapel of Sin loaded by [src] spawning.")
//