diff -r fa5fe5491657 -r 52b48108425a src/water_cmd.cpp --- a/src/water_cmd.cpp Fri Dec 21 22:11:55 2007 +0000 +++ b/src/water_cmd.cpp Fri Dec 21 22:50:51 2007 +0000 @@ -10,7 +10,7 @@ #include "station_map.h" #include "table/sprites.h" #include "table/strings.h" -#include "functions.h" +#include "tile_cmd.h" #include "landscape.h" #include "map.h" #include "vehicle.h" @@ -891,7 +891,7 @@ } } -static uint32 VehicleEnter_Water(Vehicle *v, TileIndex tile, int x, int y) +static VehicleEnterTileStatus VehicleEnter_Water(Vehicle *v, TileIndex tile, int x, int y) { return VETSB_CONTINUE; }