Match CPlayerState::GetIsFusionEnabled

This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-04 17:15:27 +03:00
parent 70cea3cc33
commit fdd1a06d31
No known key found for this signature in database
GPG Key ID: E224F951761145F8
1 changed files with 1 additions and 1 deletions

View File

@ -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; }