From 710fd21d1d5fd96a6a62a0df005652185c23b59a Mon Sep 17 00:00:00 2001 From: Bobbahbrown Date: Thu, 23 Jul 2020 01:11:44 -0300 Subject: [PATCH] Update code/controllers/subsystem/timer.dm Co-authored-by: Kyle Spier-Swenson --- 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 99a9a8613a0..ecfeeaed056 100644 --- a/code/controllers/subsystem/timer.dm +++ b/code/controllers/subsystem/timer.dm @@ -28,7 +28,7 @@ SUBSYSTEM_DEF(timer) var/list/hashes = list() /// world.time of the first entry in the bucket list, effectively the 'start time' of the current buckets var/head_offset = 0 - /// Index of the first non-empty bucket + /// Index of the wrap around pivot for buckets. buckets before this are later running buckets wrapped around from the end of the bucket list. var/practical_offset = 1 /// world.tick_lag the bucket was designed for var/bucket_resolution = 0