mirror of https://github.com/OpenTTD/OpenTTD
Compare commits
4 Commits
3d3de518d8
...
13f3316fdb
Author | SHA1 | Date |
---|---|---|
|
13f3316fdb | |
|
c69fc76395 | |
|
1e1b2c8037 | |
|
632029e277 |
|
@ -184,7 +184,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* Bridge offset
|
* Bridge offset
|
||||||
*/
|
*/
|
||||||
SpriteID bridge_offset;
|
uint8_t bridge_offset;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Original railtype number to use when drawing non-newgrf railtypes, or when drawing stations.
|
* Original railtype number to use when drawing non-newgrf railtypes, or when drawing stations.
|
||||||
|
|
|
@ -1741,6 +1741,7 @@ struct BuildHouseWindow : public PickerWindow {
|
||||||
if (_settings_client.sound.click_beep) SndPlayFx(SND_15_BEEP);
|
if (_settings_client.sound.click_beep) SndPlayFx(SND_15_BEEP);
|
||||||
this->SetDirty();
|
this->SetDirty();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WID_BH_OVERBUILD_TOGGLE:
|
case WID_BH_OVERBUILD_TOGGLE:
|
||||||
BuildHouseWindow::overbuild = !BuildHouseWindow::overbuild;
|
BuildHouseWindow::overbuild = !BuildHouseWindow::overbuild;
|
||||||
this->SetWidgetLoweredState(WID_BH_OVERBUILD_TOGGLE, BuildHouseWindow::overbuild);
|
this->SetWidgetLoweredState(WID_BH_OVERBUILD_TOGGLE, BuildHouseWindow::overbuild);
|
||||||
|
|
Loading…
Reference in New Issue