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 | b92520ddfdd60f9536790b4ab98228c5970853a7 (patch) | |
tree | a44486b2aae09c92c4d70cdc8f90c6274d0ad5fa | |
parent | d0d285ed573dd7550a1518d12d506ff41b04ec00 (diff) | |
download | openttd-b92520ddfdd60f9536790b4ab98228c5970853a7.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(); |