src/newgrf_spritegroup.h
branchNewGRF_ports
changeset 6722 72f280229ee1
parent 6720 35756db7e577
child 6734 6e4db2fda167
--- a/src/newgrf_spritegroup.h	Mon Jul 16 00:31:25 2007 +0000
+++ b/src/newgrf_spritegroup.h	Mon Jul 16 00:39:06 2007 +0000
@@ -7,6 +7,7 @@
 
 #include "town.h"
 #include "industry.h"
+#include "newgrf_fsmports.h"
 
 /**
  * Gets the value of a so-called newgrf "register".
@@ -212,6 +213,7 @@
 			TileIndex tile;
 			const struct Station *st;
 			const struct StationSpec *statspec;
+			const struct FSMportsSpec *fsmportspec;
 			CargoID cargo_type;
 		} station;
 		struct {