changeset 6317 | c73bda71ac16 |
parent 6205 | d1d1b0d60fed |
child 6268 | 4b5241e5dd10 |
child 6432 | 8fb778a7f2d7 |
6316:6ba1efc2b7fc | 6317:c73bda71ac16 |
---|---|
740 } |
740 } |
741 } |
741 } |
742 |
742 |
743 static uint32 VehicleEnter_Water(Vehicle *v, TileIndex tile, int x, int y) |
743 static uint32 VehicleEnter_Water(Vehicle *v, TileIndex tile, int x, int y) |
744 { |
744 { |
745 return 0; |
745 return VETSB_CONTINUE; |
746 } |
746 } |
747 |
747 |
748 |
748 |
749 extern const TileTypeProcs _tile_type_water_procs = { |
749 extern const TileTypeProcs _tile_type_water_procs = { |
750 DrawTile_Water, /* draw_tile_proc */ |
750 DrawTile_Water, /* draw_tile_proc */ |