src/waypoint.h
branchnoai
changeset 9629 66dde6412125
parent 9574 698395509d12
child 6743 cabfaa4a0295
child 7814 fe643468ad64
--- a/src/waypoint.h	Sun Jun 17 21:31:00 2007 +0000
+++ b/src/waypoint.h	Tue Jun 26 23:40:58 2007 +0000
@@ -66,7 +66,7 @@
 	return GetWaypoint(GetWaypointIndex(tile));
 }
 
-int32 RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove);
+CommandCost RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove);
 Station *ComposeWaypointStation(TileIndex tile);
 void ShowRenameWaypointWindow(const Waypoint *cp);
 void DrawWaypointSprite(int x, int y, int image, RailType railtype);