Minor startup performance improvements (#2177)

changes:

Reduced Asteroid setup time by ~4 seconds on average.
Fixed a bug where jump-to-turf may have not worked on mine turfs.
Possible minor startup time improvements for SSair and Xenoarch.
This commit is contained in:
Lohikar
2017-05-04 16:51:47 -05:00
committed by skull132
parent 6f1c7adb1e
commit f7d150d7a6
4 changed files with 7 additions and 7 deletions

View File

@@ -47,6 +47,8 @@
initialized = TRUE
turfs += src
if(dynamic_lighting)
luminosity = 0
else
@@ -511,6 +513,8 @@
crash_with("Warning: [src]([type]) initialized multiple times!")
initialized = TRUE
turfs += src
if(dynamic_lighting)
luminosity = 0
else