diff --git a/src/p_lnspec.cpp b/src/p_lnspec.cpp index 01f4f85ff..3a5d0d94b 100644 --- a/src/p_lnspec.cpp +++ b/src/p_lnspec.cpp @@ -717,7 +717,7 @@ FUNC(LS_Ceiling_CrushStop) // Ceiling_CrushStop (tag, remove) { bool remove; - switch (arg3) + switch (arg1) { case 1: remove = false;