summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index 20ad65ead..eac8d5cf8 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -307,7 +307,7 @@ struct ResolverObject {
} canal;
struct {
TileIndex tile;
- const struct Station *st;
+ const struct BaseStation *st;
const struct StationSpec *statspec;
CargoID cargo_type;
} station;