mirror of https://github.com/OpenTTD/OpenTTD
(svn r13921) -Codechange (r11473): Use the correct enum...
parent
d0d285ed57
commit
b92520ddfd
|
@ -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->SetWidgetLoweredState(SM_WIDGET_TOGGLETOWNNAME, _smallmap_show_towns);
|
||||||
|
|
||||||
this->SmallMapCenterOnCurrentPos();
|
this->SmallMapCenterOnCurrentPos();
|
||||||
|
|
Loading…
Reference in New Issue