2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 08:27:43 +00:00

Reformat pass

This commit is contained in:
2021-06-07 12:29:18 -07:00
parent d7559823ea
commit a9bcb7a9ce
424 changed files with 4377 additions and 4790 deletions

View File

@@ -617,21 +617,21 @@ void CAutoMapper::ProcessMapZoomInput(const CFinalInput& input, const CStateMana
}
const EZoomState nextZoomState = [this, in, out] {
switch (x324_zoomState) {
case EZoomState::None:
case EZoomState::In:
case EZoomState::Out:
if (in) {
return EZoomState::In;
}
if (out) {
return EZoomState::Out;
}
return EZoomState::None;
switch (x324_zoomState) {
case EZoomState::None:
case EZoomState::In:
case EZoomState::Out:
if (in) {
return EZoomState::In;
}
if (out) {
return EZoomState::Out;
}
return EZoomState::None;
default:
return EZoomState::None;
}
default:
return EZoomState::None;
}
}();
x324_zoomState = nextZoomState;
@@ -1049,7 +1049,8 @@ void CAutoMapper::ProcessControllerInput(const CFinalInput& input, CStateManager
x308_textpane_instructions2->TextSupport().SetText(u"");
} else {
x2fc_textpane_hint->TextSupport().SetText(u"");
std::u16string str = fmt::format(FMT_STRING(u"&image=SI,0.6,1.0,{};"), g_tweakPlayerRes->x24_lStick[x2e4_lStickPos]);
std::u16string str =
fmt::format(FMT_STRING(u"&image=SI,0.6,1.0,{};"), g_tweakPlayerRes->x24_lStick[x2e4_lStickPos]);
str += g_MainStringTable->GetString(46 + (!g_Main->IsUSA() || g_Main->IsTrilogy())); // Rotate
x300_textpane_instructions->TextSupport().SetText(str);
str = fmt::format(FMT_STRING(u"&image=SI,0.6,1.0,{};"), g_tweakPlayerRes->x4c_cStick[x2e8_rStickPos]);