diff --git a/source/duke3d/src/gamedef.cpp b/source/duke3d/src/gamedef.cpp index fe7c789b8..d90b83794 100644 --- a/source/duke3d/src/gamedef.cpp +++ b/source/duke3d/src/gamedef.cpp @@ -4929,7 +4929,7 @@ repeatcase: if (tw == CON_CASE) { g_numCases++; - C_GetNextValue(LABEL_DEFINE); + C_GetNextValue(LABEL_ANY); j= *(--g_scriptPtr); }