mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 09:59:10 +00:00
(svn r21657) -Cleanup (r17107): remove superfluous semicolon
This commit is contained in:
@@ -2011,7 +2011,7 @@ bool AfterLoadGame()
|
||||
wp->train_station.tile = wp->xy;
|
||||
wp->train_station.w = 1;
|
||||
wp->train_station.h = 1;
|
||||
} else {;
|
||||
} else {
|
||||
wp->train_station.tile = INVALID_TILE;
|
||||
wp->train_station.w = 0;
|
||||
wp->train_station.h = 0;
|
||||
|
Reference in New Issue
Block a user