summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-03 00:05:51 +0000
committerrubidium <rubidium@openttd.org>2009-12-03 00:05:51 +0000
commit5c1fdfdd03d3b8f7138e891b8bc30dcb0a2a104f (patch)
tree8be25a6bf133084b3b94ebd1a40db7356247142f /src/smallmap_gui.cpp
parentaa40d8e3adf23556810c2e6f975a514fac66ac62 (diff)
downloadopenttd-5c1fdfdd03d3b8f7138e891b8bc30dcb0a2a104f.tar.xz
(svn r18389) -Fix: some minor documentation alignment issues
Diffstat (limited to 'src/smallmap_gui.cpp')
-rw-r--r--src/smallmap_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp
index d83031b2f..fa6b4ad98 100644
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -916,7 +916,7 @@ public:
for (const LegendAndColour *tbl = _legend_table[this->map_type]; !tbl->end; ++tbl) {
if (tbl->col_break || i++ >= this->number_of_rows) {
/* Column break needed, continue at top, COLUMN_WIDTH pixels
- * (one "row") to the right. */
+ * (one "row") to the right. */
x += rtl ? -(int)this->column_width : this->column_width;
y = y_org;
i = 0;