Fix nzp_screenflash build error

This commit is contained in:
cypress 2024-01-22 23:13:09 -05:00 committed by GitHub
parent 481ff3d5de
commit ee15629380
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1517,7 +1517,7 @@ void HUD_Screenflash (void)
} }
// Fade Out // Fade Out
else { else {
flash_alpha = invertfloat((float)percentage_complete)(2; flash_alpha = invertfloat((float)percentage_complete)*2;
} }
} }