diff options
Diffstat (limited to 'src/smallmap_gui.cpp')
-rw-r--r-- | src/smallmap_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index 2ec595ba5..2dbb03fe7 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -865,7 +865,7 @@ public: } else { /* Anything that is not an industry is using normal process */ GfxFillRect(x, y + 1, x + 8, y + 5, 0); - DrawString(x + 11, x + COLUMN_WIDTH - 1, y, tbl->legend, TC_FROMSTRING); + DrawString(x + 11, x + COLUMN_WIDTH - 1, y, tbl->legend); } GfxFillRect(x + 1, y + 2, x + 7, y + 4, tbl->colour); // legend colour |