mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-22 03:41:07 +00:00
NX/VITA: Fix nzp_screenflash build error
This commit is contained in:
parent
f2c392f235
commit
736380b098
1 changed files with 1 additions and 1 deletions
|
@ -2144,7 +2144,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