Changeset - r16912:15620b9e54c6
[Not reviewed]
master
0 1 0
smatz - 14 years ago 2010-12-29 13:47:53
smatz@openttd.org
(svn r21657) -Cleanup (r17107): remove superfluous semicolon
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/afterload.cpp
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)