Fix CPauseScreenBlur for host

This commit is contained in:
Henrique Gemignani Passos Lima 2022-11-11 15:57:42 +02:00
parent a63276e51d
commit 7d84e1e307
No known key found for this signature in database
GPG Key ID: E224F951761145F8
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void CPauseScreenBlur::SetState(EState state) {
}
switch (state) {
case kS_InGame:
case kS_InGame: {
bool valid = true;
if (x10_prevState == kS_InGame && x14_nextState == kS_InGame) {
valid = false;
@ -135,6 +135,7 @@ void CPauseScreenBlur::SetState(EState state) {
x18_blurAmt = -1.f;
}
break;
}
case kS_MapScreen:
case kS_SaveGame:
case kS_HUDMessage: