(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.

This commit is contained in:
terkhen
2011-06-12 20:32:52 +00:00
parent d7ec492887
commit e127fca384
10 changed files with 18 additions and 18 deletions

View File

@@ -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;