diff --git a/src/TextScr.cpp b/src/TextScr.cpp index 54c2e1d8..e9dddc98 100644 --- a/src/TextScr.cpp +++ b/src/TextScr.cpp @@ -678,6 +678,7 @@ int TextScriptProc() y = GetTextScriptNo(gTS.p_read + 9); AddPermitStage(x, y); gTS.p_read += 13; + } else if (IS_COMMAND('M','P','+')) { x = GetTextScriptNo(gTS.p_read + 4);