Skip to content

Commit

Permalink
color-dfhack-text: Fix potential overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Aug 23, 2016
1 parent 2dccd1d commit f4b0c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/devel/color-dfhack-text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ REQUIRE_GLOBAL(gps);
struct {
bool flicker;
uint8_t color;
short tick;
uint8_t tick;
} config;

void color_text_tile(const Screen::Pen &pen, int x, int y, bool map);
Expand Down

0 comments on commit f4b0c2f

Please sign in to comment.