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 3a13a3bbe..f95dd3748 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -330,7 +330,7 @@ struct ResolverObject {
} canal;
struct {
TileIndex tile;
- const struct BaseStation *st;
+ struct BaseStation *st;
const struct StationSpec *statspec;
CargoID cargo_type;
} station;