1
0
Fork 0

(svn r21657) -Cleanup (r17107): remove superfluous semicolon

release/1.1
smatz 2010-12-29 13:47:53 +00:00
parent 6331923653
commit e7971c2971
1 changed files with 1 additions and 1 deletions

View File

@ -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;