equal
deleted
inserted
replaced
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 } |