From e8df5563dbf171aa5953a31d71cf30d42bbf4162 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 12 Jun 2011 20:34:37 +0000 Subject: (svn r22559) -Codechange: Remove constness from Station in ResolverObject. --- src/newgrf_spritegroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_spritegroup.h') diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index f95dd3748..f65a7f5c4 100644 --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -365,7 +365,7 @@ struct ResolverObject { TileContext context; ///< Are we resolving sprites for the upper halftile, or on a bridge? } routes; struct { - const struct Station *st; ///< Station of the airport for which the callback is run, or NULL for build gui. + struct Station *st; ///< Station of the airport for which the callback is run, or NULL for build gui. byte airport_id; ///< Type of airport for which the callback is run byte layout; ///< Layout of the airport to build. TileIndex tile; ///< Tile for the callback, only valid for airporttile callbacks. -- cgit v1.2.3-54-g00ecf