diff -r ce8cb2c09578 -r 8beeebc0f1bd train_gui.c --- a/train_gui.c Mon Jan 03 22:07:40 2005 +0000 +++ b/train_gui.c Mon Jan 03 22:12:36 2005 +0000 @@ -334,7 +334,7 @@ /* locate the depot struct */ for (d = _depots; d->xy != (TileIndex)tile; d++) { - assert(d < endof(_depots); + assert(d < endof(_depots)); } SetDParam(0, d->town_index);