summaryrefslogtreecommitdiff
path: root/src/newgrf_house.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-11-12 01:38:32 +0000
committerglx <glx@openttd.org>2007-11-12 01:38:32 +0000
commit14fe7a9fed94e94a2b486107df8953cf834e1b35 (patch)
tree3f790aefe8db41119016733219a9343f7ec8fcaa /src/newgrf_house.cpp
parent8e7111491cf4f2078665adc47376184504ca3869 (diff)
downloadopenttd-14fe7a9fed94e94a2b486107df8953cf834e1b35.tar.xz
(svn r11418) -Fix (r11416): forgot an instance
Diffstat (limited to 'src/newgrf_house.cpp')
-rw-r--r--src/newgrf_house.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_house.cpp b/src/newgrf_house.cpp
index 8aadabddb..a0d57f6eb 100644
--- a/src/newgrf_house.cpp
+++ b/src/newgrf_house.cpp
@@ -564,5 +564,5 @@ static void DoTriggerHouse(TileIndex tile, HouseTrigger trigger, byte base_rando
void TriggerHouse(TileIndex t, HouseTrigger trigger)
{
- DoTriggerHouse(t, trigger, true, 0);
+ DoTriggerHouse(t, trigger, 0, true);
}