diff -r 6ba1efc2b7fc -r c73bda71ac16 src/water_cmd.cpp --- a/src/water_cmd.cpp Tue Feb 13 00:25:42 2007 +0000 +++ b/src/water_cmd.cpp Tue Feb 13 10:26:53 2007 +0000 @@ -742,7 +742,7 @@ static uint32 VehicleEnter_Water(Vehicle *v, TileIndex tile, int x, int y) { - return 0; + return VETSB_CONTINUE; }