mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 01:07:42 +00:00
Match CPlayerState::GetIsFusionEnabled
This commit is contained in:
@@ -406,7 +406,7 @@ CPlayerState::EPlayerSuit CPlayerState::GetCurrentSuit() {
|
||||
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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user