mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 06:31:40 +00:00
Fix nzp_screenflash build error
This commit is contained in:
parent
481ff3d5de
commit
ee15629380
1 changed files with 1 additions and 1 deletions
|
@ -1517,7 +1517,7 @@ void HUD_Screenflash (void)
|
|||
}
|
||||
// Fade Out
|
||||
else {
|
||||
flash_alpha = invertfloat((float)percentage_complete)(2;
|
||||
flash_alpha = invertfloat((float)percentage_complete)*2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue