tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 43c835283877537a1c327809f3f7d89b9b36d532
parent c616b767bc3d4cd9f44f6cd17e07d0436e25d1c4
Author: rob <rob@tarina.org>
Date:   Thu, 25 Apr 2019 19:52:48 +0100

menu bug

Diffstat:
Mgui/src/main.c | 2+-
Mgui/tarinagui.bin | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/src/main.c b/gui/src/main.c @@ -192,7 +192,7 @@ int main(void) render_subtitle(img, line, text_size, row4, y_offset5, color); row4 += read * space + morespace; } - if (linenr >= 23 && linenr <= 35){ + if (linenr >= 24 && linenr <= 35){ render_subtitle(img, line, text_size, row5, y_offset6, color); row5 += read * space + morespace; } diff --git a/gui/tarinagui.bin b/gui/tarinagui.bin Binary files differ.