From 0c39cb11e4766894570535b17d1921b358f9b68a Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sun, 29 Apr 2018 20:15:46 -0400 Subject: [PATCH] tweak --- code/controllers/subsystem/timer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/timer.dm b/code/controllers/subsystem/timer.dm index 2cb4c46eb67..21fea2ee419 100644 --- a/code/controllers/subsystem/timer.dm +++ b/code/controllers/subsystem/timer.dm @@ -10,7 +10,7 @@ SUBSYSTEM_DEF(timer) flags = SS_TICKER|SS_NO_INIT - var/list/datum/timedevent/second_queue = list() //awe, yes, you've had first queue, but what about second queue? + var/list/second_queue = list() //awe, yes, you've had first queue, but what about second queue? Contains: /datum/timedevent var/list/hashes = list() var/head_offset = 0 //world.time of the first entry in the the bucket.