Rename pulseSuccessBool to pulseFailure

This commit is contained in:
okvdai
2023-06-20 20:21:49 +02:00
parent ba0c4d11c7
commit df4ee8fb0c
2 changed files with 6 additions and 6 deletions
@@ -542,10 +542,10 @@ void function Lobby_RefreshButtons()
void function GetStats()
{
Hud_SetLocked(file.statsButton, pulseSuccessBool)
Hud_SetLocked(file.statsButton, pulseFailure)
waitthread pulseGetData()
wait 0.5 //temporary
Hud_SetLocked(file.statsButton, pulseSuccessBool)
Hud_SetLocked(file.statsButton, pulseFailure)
}
void function OnLobbyMenu_Open()