Made TextScriptProc return 0 if it encounters an unknown command

This is what the original game does
This commit is contained in:
Clownacy 2019-04-23 18:19:41 +01:00
parent 468aa2efc1
commit b38aeaf064

View file

@ -1236,8 +1236,7 @@ int TextScriptProc()
//MessageBoxA(0, str_0, "エラー", 0);
gTS.p_read += 4;
return 1;
return 0;
}
}
else