src/waypoint.h
branchgamebalance
changeset 9913 e79cd19772dd
parent 9908 0fa543611bbe
child 6743 cabfaa4a0295
child 7814 fe643468ad64
--- a/src/waypoint.h	Wed Jun 13 12:05:56 2007 +0000
+++ b/src/waypoint.h	Tue Jun 19 07:21:01 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);