Skip to content

Commit 4bd579f

Browse files
Revert "No implicit cast from bool to int"
This reverts commit a76976a.
1 parent a76976a commit 4bd579f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ namespace
359359
{
360360
auto& ssConfig = stonesenseState.ssConfig;
361361

362-
ALLEGRO_COLOR color = ssConfig.config.colors.getDfColor(report->color, 1, ssConfig.config.useDfColors);
362+
ALLEGRO_COLOR color = ssConfig.config.colors.getDfColor(report->color, true, ssConfig.config.useDfColors);
363363
draw_text_border(font, color, x, y, flags, DF2UTF(report->text).c_str());
364364
}
365365

0 commit comments

Comments
 (0)