mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 22:23:59 +00:00
Match CPlayerState::GetIsFusionEnabled
This commit is contained in:
@@ -406,7 +406,7 @@ CPlayerState::EPlayerSuit CPlayerState::GetCurrentSuit() {
|
|||||||
return x20_currentSuit;
|
return x20_currentSuit;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CPlayerState::GetIsFusionEnabled() const { return x0_26_fusion; }
|
bool CPlayerState::GetIsFusionEnabled() const { return x0_26_fusion || false; }
|
||||||
|
|
||||||
void CPlayerState::SetIsFusionEnabled(bool val) { x0_26_fusion = val; }
|
void CPlayerState::SetIsFusionEnabled(bool val) { x0_26_fusion = val; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user