2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

Add Items window

This commit is contained in:
2021-05-27 10:26:13 -04:00
parent 7536e0dcef
commit 4e804d0bc2
6 changed files with 197 additions and 0 deletions

View File

@@ -288,6 +288,10 @@ void CHudVisorBeamMenu::SetPlayerHas(const rstl::reserved_vector<bool, 4>& enabl
if (item.xc_opacity == 0.f && enables[i]) {
item.xc_opacity = FLT_EPSILON;
}
// Metaforce addition
else if (!enables[i]) {
item.xc_opacity = 0.f;
}
}
}