industry_cmd.c
changeset 43 3b93861c5478
parent 39 d177340ed556
child 61 cd2827156f2a
--- a/industry_cmd.c	Fri Aug 13 19:18:53 2004 +0000
+++ b/industry_cmd.c	Fri Aug 13 19:52:45 2004 +0000
@@ -725,6 +725,14 @@
 #define SET_AND_UNANIMATE(tile,a,b) { _map5[tile]=a; _map_owner[tile]=b; DeleteAnimatedTile(tile); }
 
 	switch(_map5[tile]) {
+	case 0x18: // coast line at oilrigs
+	case 0x19:
+	case 0x1A:
+	case 0x1B:
+	case 0x1C:
+		TileLoop_Water(tile);
+		break;
+
 	case 0:
 		if (!(_tick_counter & 0x400) && CHANCE16(1,2))
 			SET_AND_ANIMATE(tile,1,0x80);