src/clear_cmd.cpp
branchNewGRF_ports
changeset 6878 7d1ff2f621c7
parent 6872 1c4a4a609f85
child 10724 68a692eacf22
--- a/src/clear_cmd.cpp	Sun Feb 03 20:34:26 2008 +0000
+++ b/src/clear_cmd.cpp	Mon Mar 10 15:26:39 2008 +0000
@@ -315,7 +315,7 @@
 	/* not used */
 }
 
-static uint32 GetTileTrackStatus_Clear(TileIndex tile, TransportType mode, uint sub_mode)
+static TrackStatus GetTileTrackStatus_Clear(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side)
 {
 	return 0;
 }