mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-11 23:45:01 -04:00
clang friendliness and a string fix
This commit is contained in:
@@ -1941,7 +1941,7 @@ bool ShipObject::installComponentFromData(int chassisSlot, ShipComponentData con
|
||||
shipComponentData.getDescriptor().getName().getString(),
|
||||
shipComponentData.getDescriptor().getCompatibility().getString(),
|
||||
getNetworkId().getValueString().c_str(),
|
||||
chassis,
|
||||
chassis.c_str(),
|
||||
ShipChassisSlotType::getNameFromType(static_cast<ShipChassisSlotType::Type>(chassisSlot)).c_str(),
|
||||
slot->getCompatibilityString().c_str()));
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user