From 8ceabd6ca4f5c0029360e5a90b3d1054fa4340e9 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Tue, 28 Feb 2023 09:26:34 +0300 Subject: [PATCH] Fix Traits leading separator --- src/game/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/editor.cc b/src/game/editor.cc index aa234fc..32c2058 100644 --- a/src/game/editor.cc +++ b/src/game/editor.cc @@ -1672,7 +1672,7 @@ static void DrawFolder() win_line(edit_win, 34, y + text_height() / 2, - v4, + v4 + 34, y + text_height() / 2, colorTable[992]);