mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-11 17:39:07 +00:00
Match CPlayerState::GetIsFusionEnabled
Former-commit-id: fdd1a06d3166c7d9c9d8c7611b2b9062ace23b9c
This commit is contained in:
parent
96c28d1391
commit
80ac406bc4
@ -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…
x
Reference in New Issue
Block a user