mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
apply clang-format
This commit is contained in:
parent
0a394b0356
commit
4bf78d6b9e
17 changed files with 633 additions and 682 deletions
|
@ -1809,7 +1809,9 @@ void DrawLocation(RandomizerCheck rc) {
|
|||
txt = itemLoc->GetPlacedItem().GetName().GetForCurrentLanguage(MF_RAW);
|
||||
} else {
|
||||
if (IsHeartPiece((GetItemID)Rando::StaticData::RetrieveItem(loc->GetVanillaItem()).GetItemID())) {
|
||||
txt = Rando::StaticData::RetrieveItem(loc->GetVanillaItem()).GetName().GetForCurrentLanguage(MF_RAW);
|
||||
txt = Rando::StaticData::RetrieveItem(loc->GetVanillaItem())
|
||||
.GetName()
|
||||
.GetForCurrentLanguage(MF_RAW);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
@ -1838,7 +1840,9 @@ void DrawLocation(RandomizerCheck rc) {
|
|||
}
|
||||
} else {
|
||||
if (IsHeartPiece((GetItemID)Rando::StaticData::RetrieveItem(loc->GetVanillaItem()).GetItemID())) {
|
||||
txt = Rando::StaticData::RetrieveItem(loc->GetVanillaItem()).GetName().GetForCurrentLanguage(MF_RAW);
|
||||
txt = Rando::StaticData::RetrieveItem(loc->GetVanillaItem())
|
||||
.GetName()
|
||||
.GetForCurrentLanguage(MF_RAW);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue