diff -r e5ded58d6efb -r 127e5d73637d src/road_cmd.cpp --- a/src/road_cmd.cpp Sat Oct 20 10:19:23 2007 +0000 +++ b/src/road_cmd.cpp Sat Oct 20 14:51:09 2007 +0000 @@ -366,7 +366,7 @@ /* foundation is used. Whole tile is leveled up */ if ((~_valid_tileh_slopes_road[1][tileh] & road_bits) == ROAD_NONE) { - return CommandCost(existing != ROAD_NONE ? 0 : _price.terraform); + return CommandCost(existing != ROAD_NONE ? (Money)0 : _price.terraform); } /* Force straight roads. */