ship_gui.c
changeset 2273 0dbcb7b5e03c
parent 2261 d3554e5d3e86
child 2406 8c873205483a
equal deleted inserted replaced
2272:8b32b48b8579 2273:0dbcb7b5e03c
   757 		// it's not a ship, do nothing
   757 		// it's not a ship, do nothing
   758 		return false;
   758 		return false;
   759 	}
   759 	}
   760 
   760 
   761 
   761 
   762     DoCommandP(w->window_number, v->index, _ctrl_pressed ? 1 : 0,CcCloneShip,CMD_CLONE_VEHICLE | CMD_MSG(STR_882B_CAN_T_BUILD_RAILROAD_VEHICLE));
   762     DoCommandP(w->window_number, v->index, _ctrl_pressed ? 1 : 0,CcCloneShip,CMD_CLONE_VEHICLE | CMD_MSG(STR_980D_CAN_T_BUILD_SHIP));
   763 
   763 
   764 	ResetObjectToPlace();
   764 	ResetObjectToPlace();
   765 
   765 
   766 	return true;
   766 	return true;
   767 }
   767 }