[MIRROR] Fix a couple more dmdoc crosslinks (#1244)

* Fix up a couple more dmdoc crosslinks (#54258)

* Fix a couple more dmdoc crosslinks

Co-authored-by: Tad Hardesty <tad@platymuus.com>
This commit is contained in:
SkyratBot
2020-10-11 03:47:57 +02:00
committed by GitHub
co-authored by Tad Hardesty
parent 8da6bebd1a
commit a33e3fecf7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
/// A buffer of currently held keys.
var/list/keys_held = list()
/// A buffer for combinations such of modifiers + keys (ex: CtrlD, AltE, ShiftT). Format: ["key"] -> ["combo"] (ex: ["D"] -> ["CtrlD"])
/// A buffer for combinations such of modifiers + keys (ex: CtrlD, AltE, ShiftT). Format: `"key"` -> `"combo"` (ex: `"D"` -> `"CtrlD"`)
var/list/key_combos_held = list()
/*
** These next two vars are to apply movement for keypresses and releases made while move delayed.