(svn r13921) -Codechange (r11473): Use the correct enum...

This commit is contained in:
peter1138 2008-08-02 10:17:45 +00:00
parent d0d285ed57
commit b92520ddfd
1 changed files with 1 additions and 1 deletions

View File

@ -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();