From 3e4ef292c449d6032e983dd165217853458d5264 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 22 Feb 2019 22:27:18 +0000 Subject: [PATCH] Add a missing (but unusable) call --- src/TextScr.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/TextScr.cpp b/src/TextScr.cpp index 21f12dd6..6b648f7a 100644 --- a/src/TextScr.cpp +++ b/src/TextScr.cpp @@ -672,7 +672,10 @@ int TextScriptProc() x = GetTextScriptNo(gTS.p_read + 14); y = GetTextScriptNo(gTS.p_read + 19); if (!TransferStage(z, w, x, y)) + { + // MessageBoxA(hWnd, "âXâeü[âWé¦ôÃé¦ì×é¦é+Ä©ös", "âGâëü[", 0); return 0; + } } else if (IS_COMMAND('M','O','V')) {