mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed copy/paste error.
This commit is contained in:
parent
84351419a3
commit
50a3f8a3d2
1 changed files with 1 additions and 1 deletions
|
@ -4349,7 +4349,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_Teleport)
|
||||||
P_SpawnTeleportFog(ref, ref->x, ref->y, ref->z, false, true);
|
P_SpawnTeleportFog(ref, ref->x, ref->y, ref->z, false, true);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fog2 = Spawn(FogType, prevX, prevY, prevZ, ALLOW_REPLACE);
|
fog2 = Spawn(FogType, ref->x, ref->y, ref->z, ALLOW_REPLACE);
|
||||||
if (fog2 != NULL)
|
if (fog2 != NULL)
|
||||||
fog2->target = ref;
|
fog2->target = ref;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue