aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_help.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-13 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-13 20:20:20 +0200
commit0ddfbf62fde8b8e0bde9a548b203d67b812ab61e (patch)
tree9843ed6d3420f1295e2b30355cfa743d4fa62202 /src/i_help.go
parentgg (diff)
downloadhardflip-0ddfbf62fde8b8e0bde9a548b203d67b812ab61e.tar.gz
hardflip-0ddfbf62fde8b8e0bde9a548b203d67b812ab61e.tar.bz2
hardflip-0ddfbf62fde8b8e0bde9a548b203d67b812ab61e.tar.xz
hardflip-0ddfbf62fde8b8e0bde9a548b203d67b812ab61e.tar.zst
hardflip-0ddfbf62fde8b8e0bde9a548b203d67b812ab61e.zip
fix
Diffstat (limited to 'src/i_help.go')
-rw-r--r--src/i_help.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_help.go b/src/i_help.go
index c13b0b7..fa3852f 100644
--- a/src/i_help.go
+++ b/src/i_help.go
@@ -79,7 +79,6 @@ func i_draw_help(ui *HardUI) {
ui.s.SetContent(win.L, win.B - 1, '▼',
nil, ui.style[BOX_STYLE])
}
- // TODO: here
}
func i_help_normal(ui HardUI, win Quad, line *int) bool {