mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 03:52:52 +00:00
Fastboot (#2761)
Adds a config option that disables some time consuming bootup steps that aren't generally required for debugging.
This commit is contained in:
@@ -40,6 +40,11 @@ var/datum/controller/subsystem/icon_smooth/SSicon_smooth
|
||||
for (var/zlevel = 1 to world.maxz)
|
||||
smooth_zlevel(zlevel, FALSE)
|
||||
|
||||
if (config.fastboot)
|
||||
log_debug("icon_smoothing: Skipping prebake, fastboot enabled.")
|
||||
..()
|
||||
return
|
||||
|
||||
var/queue = smooth_queue
|
||||
smooth_queue = list()
|
||||
for(var/V in queue)
|
||||
|
||||
Reference in New Issue
Block a user