mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
453: Try ResetFakeFloorFader if condition again
This commit is contained in:
parent
a19c44d21f
commit
e01fd1f3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -7534,7 +7534,7 @@ static void P_ResetFakeFloorFader(ffloor_t *rover, fade_t *data, boolean finaliz
|
||||||
// find any existing thinkers and remove them, then replace with new data
|
// find any existing thinkers and remove them, then replace with new data
|
||||||
if (fadingdata != data)
|
if (fadingdata != data)
|
||||||
{
|
{
|
||||||
if (fadingdata->thinker)
|
if (fadingdata)
|
||||||
{
|
{
|
||||||
if (finalize)
|
if (finalize)
|
||||||
P_FadeFakeFloor(rover,
|
P_FadeFakeFloor(rover,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue