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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user