From d1af4269c4130d11d77f61f1a2ac8f3e249f72f2 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Fri, 5 Mar 2021 16:54:26 +0100 Subject: unit generator in hud, minor fix in movement, % in view and cost weights --- render/render_text.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/render_text.c') diff --git a/render/render_text.c b/render/render_text.c index 75b2c91..2eb5128 100644 --- a/render/render_text.c +++ b/render/render_text.c @@ -10,6 +10,7 @@ void char_width_init (int *char_width) { char_width[','] = 1; char_width['-'] = 3; char_width['.'] = 1; char_width['/'] = 4; char_width['!'] = 1; char_width[':'] = 1; char_width[';'] = 1; + char_width['%'] = 4; char_width['<'] = 3; char_width['>'] = 3; char_width['='] = 4; char_width['I'] = 1; char_width['f'] = 4; char_width['i'] = 1; char_width['j'] = 3; -- cgit v1.2.3-54-g00ecf