summaryrefslogtreecommitdiff
path: root/unmovable_cmd.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-05 17:11:00 +0000
committerdarkvater <darkvater@openttd.org>2004-09-05 17:11:00 +0000
commit692c147faef712cd03000d6b84ef236f81ca0cd4 (patch)
treea8dc801febead80f5845b76893a5e527116b776b /unmovable_cmd.c
parent10d54ac604b2d4d761877de1ceda07ceb3aa96bf (diff)
downloadopenttd-692c147faef712cd03000d6b84ef236f81ca0cd4.tar.xz
(svn r161) -Fix: added missing file to project and solved wrong type bug
Diffstat (limited to 'unmovable_cmd.c')
-rw-r--r--unmovable_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmovable_cmd.c b/unmovable_cmd.c
index 0cdc67a5e..0ce02e199 100644
--- a/unmovable_cmd.c
+++ b/unmovable_cmd.c
@@ -223,7 +223,7 @@ static void TileLoop_Unmovable(uint tile)
}
-static uint32 GetTileTrackStatus_Unmovable(uint tile, int mode)
+static uint32 GetTileTrackStatus_Unmovable(uint tile, TransportType mode)
{
return 0;
}