diff -r 17d684b981bf -r 75f1dccae0dd src/station_gui.cpp --- a/src/station_gui.cpp Sun May 20 05:53:19 2007 +0000 +++ b/src/station_gui.cpp Sun May 20 09:17:42 2007 +0000 @@ -686,7 +686,7 @@ sprite = cs->sprite; } - if (sprite == 0) return; + if (sprite == 0) sprite = SPR_CARGO_GOODS; do { DrawSprite(sprite, PAL_NONE, x, y);