mirror of https://github.com/PrimeDecomp/prime.git
Match CPlayerState::GetIsFusionEnabled
This commit is contained in:
parent
70cea3cc33
commit
fdd1a06d31
|
@ -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; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue