From 401a1e80e8acbe3d855ea1dcf5c73407e96a4b9f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 29 Mar 2017 19:24:56 +0200 Subject: [PATCH] - fixes typo in actionspecials.h. --- src/actionspecials.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actionspecials.h b/src/actionspecials.h index 08f989754..9a8427ebc 100644 --- a/src/actionspecials.h +++ b/src/actionspecials.h @@ -265,6 +265,6 @@ DEFINE_SPECIAL(Ceiling_Stop, 276, 1, 1, 1) 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, 290, 4, 5, 5) +DEFINE_SPECIAL(Ceiling_MoveToValueAndCrush, 280, 4, 5, 5) #undef DEFINE_SPECIAL