From b02736c7059e38aa83c80cfb60d53f0e1183ecd2 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Sat, 26 May 2018 12:41:57 +0530 Subject: [PATCH] Add missing line specials. --- src/actionspecials.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/actionspecials.h b/src/actionspecials.h index 9a8427ebc..7d1ac1d98 100644 --- a/src/actionspecials.h +++ b/src/actionspecials.h @@ -266,5 +266,7 @@ DEFINE_SPECIAL(Sector_SetFloorGlow, 277, 5, 5, 5) DEFINE_SPECIAL(Sector_SetCeilingGlow, 278, 5, 5, 5) DEFINE_SPECIAL(Floor_MoveToValueAndCrush, 279, 4, 5, 5) DEFINE_SPECIAL(Ceiling_MoveToValueAndCrush, 280, 4, 5, 5) +DEFINE_SPECIAL(Line_SetAutomapFlags, 281, 3, 3, 3) +DEFINE_SPECIAL(Line_SetAutomapStyle, 282, 2, 2, 2) #undef DEFINE_SPECIAL