mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-07 08:52:01 +00:00
453: P_ResetFakeFloorFader stray & address if condition
This commit is contained in:
parent
5585edf459
commit
a85953a903
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->thinker)
|
||||||
{
|
{
|
||||||
if (finalize)
|
if (finalize)
|
||||||
P_FadeFakeFloor(rover,
|
P_FadeFakeFloor(rover,
|
||||||
|
|
Loading…
Reference in a new issue