mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 17:13:15 +00:00
Disable FadeFakeFloor for laser block
This commit is contained in:
parent
2a89fcfc87
commit
8ad62de044
1 changed files with 3 additions and 0 deletions
|
|
@ -7460,6 +7460,9 @@ static boolean P_FadeFakeFloor(ffloor_t *rover, INT16 destvalue, INT16 speed,
|
|||
INT32 alpha;
|
||||
fade_t *fadingdata = (fade_t *)rover->fadingdata;
|
||||
|
||||
if (rover->master->special == 258) // Laser block
|
||||
return false;
|
||||
|
||||
if (fadingdata)
|
||||
alpha = fadingdata->alpha;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue