(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user