diff options
author | peter1138 <peter1138@openttd.org> | 2008-08-02 10:17:45 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-08-02 10:17:45 +0000 |
commit | 755b149902a302c0291e1fc458e2a60dc05af25d (patch) | |
tree | a44486b2aae09c92c4d70cdc8f90c6274d0ad5fa | |
parent | 55f12e8b22d68a4ba01d73b66417b059ddaf8f1f (diff) | |
download | openttd-755b149902a302c0291e1fc458e2a60dc05af25d.tar.xz |
(svn r13921) -Codechange (r11473): Use the correct enum...
-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 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(); |