mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 18:21:10 +00:00
Disable FadeFakeFloor for laser block
This commit is contained in:
parent
dc964738eb
commit
47c9bf2ebc
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…
Reference in a new issue