mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
(svn r21657) -Cleanup (r17107): remove superfluous semicolon
This commit is contained in:
parent
6331923653
commit
e7971c2971
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user