src/newgrf_spritegroup.h
branchnoai
changeset 9620 31e38d28a0af
parent 9601 b499fdd106d5
child 7331 0a7f00fed4e6
--- a/src/newgrf_spritegroup.h	Fri May 04 23:17:26 2007 +0000
+++ b/src/newgrf_spritegroup.h	Wed May 09 20:22:49 2007 +0000
@@ -184,6 +184,9 @@
 		} vehicle;
 		struct {
 			TileIndex tile;
+		} canal;
+		struct {
+			TileIndex tile;
 			const struct Station *st;
 			const struct StationSpec *statspec;
 			CargoID cargo_type;