(svn r20627) -Codechange: unify the animation code of station, airport, house and industry tiles
This commit is contained in:
@@ -42,7 +42,7 @@ void DecreaseBuildingCount(Town *t, HouseID house_id);
|
||||
|
||||
void DrawNewHouseTile(TileInfo *ti, HouseID house_id);
|
||||
void AnimateNewHouseTile(TileIndex tile);
|
||||
void ChangeHouseAnimationFrame(const struct GRFFile *file, TileIndex tile, uint16 callback_result);
|
||||
void AnimateNewHouseConstruction(TileIndex tile);
|
||||
|
||||
uint16 GetHouseCallback(CallbackID callback, uint32 param1, uint32 param2, HouseID house_id, const Town *town, TileIndex tile, bool not_yet_constructed = false, uint8 initial_random_bits = 0);
|
||||
|
||||
|
Reference in New Issue
Block a user