water_cmd.c
changeset 1093 4fdc46eaf423
parent 1091 0f113f2ed794
child 1132 71a2168ceee1
equal deleted inserted replaced
1092:e3b4a131db7c 1093:4fdc46eaf423
   712 static uint32 VehicleEnter_Water(Vehicle *v, uint tile, int x, int y)
   712 static uint32 VehicleEnter_Water(Vehicle *v, uint tile, int x, int y)
   713 {
   713 {
   714 	return 0;
   714 	return 0;
   715 }
   715 }
   716 
   716 
   717 void InitializeDock()
   717 void InitializeDock(void)
   718 {
   718 {
   719 	_last_built_ship_depot_tile = 0;
   719 	_last_built_ship_depot_tile = 0;
   720 }
   720 }
   721 
   721 
   722 const TileTypeProcs _tile_type_water_procs = {
   722 const TileTypeProcs _tile_type_water_procs = {