forked from mirror/OpenTTD
(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)
This commit is contained in:
@@ -104,6 +104,8 @@ Station::~Station()
|
||||
|
||||
xy = INVALID_TILE;
|
||||
|
||||
InvalidateWindowData(WC_SELECT_STATION, 0, 0);
|
||||
|
||||
for (CargoID c = 0; c < NUM_CARGO; c++) {
|
||||
goods[c].cargo.Truncate(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user