From e669e3cd082a43acd66eefd178f0c05686eaedc0 Mon Sep 17 00:00:00 2001 From: ZZYZX Date: Fri, 9 Oct 2015 16:03:59 +0300 Subject: [PATCH] Cosmetic fixes to actionspecials.h --- src/actionspecials.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/actionspecials.h b/src/actionspecials.h index 879f16a11..2a0ada28f 100644 --- a/src/actionspecials.h +++ b/src/actionspecials.h @@ -136,11 +136,14 @@ DEFINE_SPECIAL(Thing_SpawnFacing, 139, 2, 4, 4) DEFINE_SPECIAL(Sector_ChangeSound, 140, 2, 2, 2) DEFINE_SPECIAL(Teleport_NoStop, 154, 2, 3, 3) +// portal specials +DEFINE_SPECIAL(Line_SetVisualPortal, 155, -1, -1, 3) +DEFINE_SPECIAL(Line_SetPortal, 156, -1, -1, 3) // GZDoom/Vavoom specials // Although ZDoom doesn't support them it's better to have them defined so that // WADs using them somewhere can at least be started without aborting due // to an error message. -DEFINE_SPECIAL(SetGlobalFogParameter, 157, 2, 2, 2) // vavoom? interferes with Line_SetVisualPortal +DEFINE_SPECIAL(SetGlobalFogParameter, 157, 2, 2, 2) DEFINE_SPECIAL(FS_Execute, 158, 1, 4, 4) DEFINE_SPECIAL(Sector_SetPlaneReflection, 159, 3, 3, 3) DEFINE_SPECIAL(Sector_Set3DFloor, 160, -1, -1, 5) @@ -236,7 +239,4 @@ DEFINE_SPECIAL(Ceiling_LowerToLowest, 253, 2, 2, 2) DEFINE_SPECIAL(Ceiling_LowerToFloor, 254, 2, 2, 2) DEFINE_SPECIAL(Ceiling_CrushRaiseAndStaySilA, 255, 4, 5, 5) -DEFINE_SPECIAL(Line_SetVisualPortal, 155, -1, -1, 3) -DEFINE_SPECIAL(Line_SetPortal, 156, -1, -1, 3) - #undef DEFINE_SPECIAL