diff -r 70b8e368e43c -r cf7d2c33e7fc newgrf.h --- a/newgrf.h Tue Apr 11 04:49:23 2006 +0000 +++ b/newgrf.h Tue Apr 11 10:05:52 2006 +0000 @@ -34,7 +34,8 @@ int spritegroups_count; SpriteGroup **spritegroups; - StationSpec stations[256]; + uint num_stations; + StationSpec *stations; uint32 param[0x80]; uint param_end; /// one more than the highest set parameter