shit
This commit is contained in:
@@ -307,6 +307,7 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
|
|||||||
queue_tail = null
|
queue_tail = null
|
||||||
//these sort by lower priorities first to reduce the number of loops needed to add subsequent SS's to the queue
|
//these sort by lower priorities first to reduce the number of loops needed to add subsequent SS's to the queue
|
||||||
//(higher subsystems will be sooner in the queue, adding them later in the loop means we don't have to loop thru them next queue add)
|
//(higher subsystems will be sooner in the queue, adding them later in the loop means we don't have to loop thru them next queue add)
|
||||||
|
WARNING("[tickersubsystems]")
|
||||||
sortTim(tickersubsystems, GLOBAL_PROC_REF(cmp_subsystem_priority))
|
sortTim(tickersubsystems, GLOBAL_PROC_REF(cmp_subsystem_priority))
|
||||||
for(var/I in runlevel_sorted_subsystems)
|
for(var/I in runlevel_sorted_subsystems)
|
||||||
sortTim(runlevel_sorted_subsystems, GLOBAL_PROC_REF(cmp_subsystem_priority))
|
sortTim(runlevel_sorted_subsystems, GLOBAL_PROC_REF(cmp_subsystem_priority))
|
||||||
|
|||||||
Reference in New Issue
Block a user