Update code/controllers/subsystem/timer.dm

Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
This commit is contained in:
Bobbahbrown
2020-07-23 01:11:44 -03:00
committed by GitHub
co-authored by Kyle Spier-Swenson
parent 28370750c1
commit 710fd21d1d
+1 -1
View File
@@ -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