water_cmd.c
changeset 2261 3f78323707bb
parent 2186 461a2aff3486
child 2436 177cb6a8339f
--- a/water_cmd.c	Mon Aug 01 13:01:14 2005 +0000
+++ b/water_cmd.c	Mon Aug 01 16:31:19 2005 +0000
@@ -16,6 +16,11 @@
 #include "depot.h"
 #include "vehicle_gui.h"
 
+const SpriteID _water_shore_sprites[15] = {
+	0, 0xFDF, 0xFE0, 0xFE4, 0xFDE, 0, 0xFE2, 0, 0xFE1, 0xFE5, 0, 0, 0xFE3, 0, 0
+};
+
+
 static void FloodVehicle(Vehicle *v);
 
 static bool IsClearWaterTile(TileIndex tile)