We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa2081 commit 0fc6a5aCopy full SHA for 0fc6a5a
Source/Menus/BuyMenuGUI.cpp
@@ -2189,13 +2189,6 @@ void BuyMenuGUI::AddPresetsToItemList() {
2189
pPassenger = dynamic_cast<const Actor*>(*cItr);
2190
}
2191
2192
- // Add the ship's cost, if there is one defined
2193
- if ((*lItr).GetDeliveryCraft()) {
2194
- loadoutLabel += " via " + (*lItr).GetDeliveryCraft()->GetPresetName();
2195
- // Adjust price for foreignness of the ship to this player
2196
- loadoutCost += (*lItr).GetDeliveryCraft()->GetGoldValue(m_NativeTechModule, m_ForeignCostMult);
2197
- }
2198
-
2199
// Make the cost label
2200
std::snprintf(costString, sizeof(costString), "%.0f", loadoutCost);
2201
// Get a good icon and wrap it, while not passing ownership into the AllegroBitmap
0 commit comments