mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-04 17:02:24 +00:00
453: Extra parameter for Add_ColormapFader
This commit is contained in:
parent
809646e7fe
commit
1321ab9d92
1 changed files with 1 additions and 1 deletions
|
@ -7945,7 +7945,7 @@ static void P_AddFakeFloorFader(ffloor_t *rover, size_t sectornum, size_t ffloor
|
|||
Z_Free(exc);
|
||||
}
|
||||
|
||||
Add_ColormapFader(§ors[rover->secnum], source_exc, d->dest_exc,
|
||||
Add_ColormapFader(§ors[rover->secnum], source_exc, d->dest_exc, true,
|
||||
ticbased ? d->timer :
|
||||
FixedFloor(FixedDiv(abs(d->destvalue - d->alpha), d->speed))/FRACUNIT);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue