summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-08-02 10:17:45 +0000
committerpeter1138 <peter1138@openttd.org>2008-08-02 10:17:45 +0000
commit755b149902a302c0291e1fc458e2a60dc05af25d (patch)
treea44486b2aae09c92c4d70cdc8f90c6274d0ad5fa /src/smallmap_gui.cpp
parent55f12e8b22d68a4ba01d73b66417b059ddaf8f1f (diff)
downloadopenttd-755b149902a302c0291e1fc458e2a60dc05af25d.tar.xz
(svn r13921) -Codechange (r11473): Use the correct enum...
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 0a88527b3..4dedb59b6 100644
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -830,7 +830,7 @@ public:
}
}
- this->LowerWidget(_smallmap_type + SMT_OWNER);
+ this->LowerWidget(_smallmap_type + SM_WIDGET_CONTOUR);
this->SetWidgetLoweredState(SM_WIDGET_TOGGLETOWNNAME, _smallmap_show_towns);
this->SmallMapCenterOnCurrentPos();