From 954e9e03f2cb508a321591c5cc9e3f80999139b6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 10 Feb 2013 09:01:15 +0000 Subject: [PATCH] - removed a few 'GZDoom only' notes that no longer apply. SVN r4128 (trunk) --- src/p_lnspec.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/p_lnspec.cpp b/src/p_lnspec.cpp index 8b461f9cb..67df3def1 100644 --- a/src/p_lnspec.cpp +++ b/src/p_lnspec.cpp @@ -3297,10 +3297,10 @@ lnSpecFunc LineSpecials[256] = /* 155 */ LS_NOP, /* 156 */ LS_NOP, /* 157 */ LS_NOP, // SetGlobalFogParameter // in GZDoom - /* 158 */ LS_NOP, // FS_Execute in GZDoom + /* 158 */ LS_NOP, // FS_Execute /* 159 */ LS_NOP, // Sector_SetPlaneReflection in GZDoom - /* 160 */ LS_NOP, // Sector_Set3DFloor in GZDoom and Vavoom - /* 161 */ LS_NOP, // Sector_SetContents in GZDoom and Vavoom + /* 160 */ LS_NOP, // Sector_Set3DFloor + /* 161 */ LS_NOP, // Sector_SetContents /* 162 */ LS_NOP, // Reserved Doom64 branch /* 163 */ LS_NOP, // Reserved Doom64 branch /* 164 */ LS_NOP, // Reserved Doom64 branch