From e127fca384892a22a393fe68c88d9291c5c1d18c Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 12 Jun 2011 20:32:52 +0000 Subject: (svn r22557) -Codechange: Remove constness from AnimationBase callbacks. --- src/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 696c0a8c2..8094b805d 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -2505,7 +2505,7 @@ static void DrawTile_Station(TileInfo *ti) const RailtypeInfo *rti = NULL; uint32 relocation = 0; uint32 ground_relocation = 0; - const BaseStation *st = NULL; + BaseStation *st = NULL; const StationSpec *statspec = NULL; uint tile_layout = 0; -- cgit v1.2.3-54-g00ecf