src/station_gui.cpp
branchgamebalance
changeset 9911 0b8b245a2391
parent 9908 0fa543611bbe
--- a/src/station_gui.cpp	Wed Jun 13 11:17:30 2007 +0000
+++ b/src/station_gui.cpp	Wed Jun 13 11:45:14 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);