From 1c7a2cca23396dc33ad084938b0d59ad37f72922 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 2 Aug 2009 19:48:51 +0000 Subject: [PATCH] (svn r17046) -Fix (r11411) [FS#3085]: Trigger house trigger 02 only for the north tile. --- src/newgrf_house.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf_house.cpp b/src/newgrf_house.cpp index b60c38a33b..faaf4a6ebc 100644 --- a/src/newgrf_house.cpp +++ b/src/newgrf_house.cpp @@ -554,7 +554,7 @@ bool NewHouseTileLoop(TileIndex tile) } TriggerHouse(tile, HOUSE_TRIGGER_TILE_LOOP); - TriggerHouse(tile, HOUSE_TRIGGER_TILE_LOOP_TOP); + if (hs->building_flags & BUILDING_HAS_1_TILE) TriggerHouse(tile, HOUSE_TRIGGER_TILE_LOOP_TOP); if (HasBit(hs->callback_mask, CBM_HOUSE_ANIMATION_START_STOP)) { /* If this house is marked as having a synchronised callback, all the