ref: 3e4ef292c449d6032e983dd165217853458d5264
parent: 3e5f44f8deb12840d892b3cc5d204542b05f0d78
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Feb 22 17:27:18 EST 2019
Add a missing (but unusable) call
--- a/src/TextScr.cpp
+++ b/src/TextScr.cpp
@@ -672,7 +672,10 @@
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'))
{