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

This commit is contained in:
smatz 2010-12-29 13:47:53 +00:00
parent 6331923653
commit e7971c2971

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;