- partial conversion of SP_TAG3 to actors.

This commit is contained in:
Christoph Oelckers 2021-12-24 15:21:44 +01:00
parent 627a69570f
commit 06d33b8276
8 changed files with 52 additions and 54 deletions

View file

@ -1376,7 +1376,7 @@ void DoPlayerWarpTeleporter(PLAYERp pp)
}
sp_warp = &act_warp->s();
switch (SP_TAG3(sp_warp))
switch (SP_TAG3(act_warp))
{
case 1:
DoPlayerTeleportToOffset(pp);