Add a missing (but unusable) call
This commit is contained in:
parent
3e5f44f8de
commit
3e4ef292c4
1 changed files with 3 additions and 0 deletions
|
@ -672,8 +672,11 @@ int TextScriptProc()
|
||||||
x = GetTextScriptNo(gTS.p_read + 14);
|
x = GetTextScriptNo(gTS.p_read + 14);
|
||||||
y = GetTextScriptNo(gTS.p_read + 19);
|
y = GetTextScriptNo(gTS.p_read + 19);
|
||||||
if (!TransferStage(z, w, x, y))
|
if (!TransferStage(z, w, x, y))
|
||||||
|
{
|
||||||
|
// MessageBoxA(hWnd, "âXâeü[âWé¦ôÃé¦ì×é¦é+Ä©ös", "âGâëü[", 0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if (IS_COMMAND('M','O','V'))
|
else if (IS_COMMAND('M','O','V'))
|
||||||
{
|
{
|
||||||
x = GetTextScriptNo(gTS.p_read + 4);
|
x = GetTextScriptNo(gTS.p_read + 4);
|
||||||
|
|
Loading…
Add table
Reference in a new issue