From ddf1510a23b3124dcdaac5cb8f23ef374da88f71 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 26 Aug 2010 17:01:17 +0000 Subject: (svn r20627) -Codechange: unify the animation code of station, airport, house and industry tiles --- src/newgrf_house.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_house.h') diff --git a/src/newgrf_house.h b/src/newgrf_house.h index 7a2b00acf..1b24a6747 100644 --- a/src/newgrf_house.h +++ b/src/newgrf_house.h @@ -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); -- cgit v1.2.3-54-g00ecf