Add a missing (but unusable) call

This commit is contained in:
Clownacy 2019-02-22 22:27:18 +00:00
parent 3e5f44f8de
commit 3e4ef292c4

View file

@ -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'))
{