Run using decompiled code

This commit is contained in:
ineed bots
2023-08-31 19:53:24 -06:00
parent 469e8f9630
commit 8e04a4fd43
13 changed files with 21 additions and 11 deletions

View File

@ -896,6 +896,13 @@ namespace codsrc
}
}
// pluto
if (!game::gScrVmPub[inst].terminal_error)
{
return;
}
//
errNewline = dialogMessage;
if (dialogMessage)
{

View File

@ -2346,6 +2346,7 @@ namespace codsrc
assert(game::g_script_error_level[inst] >= 0);
assert(game::g_script_error_level[inst] < 33);
assert(inst == 0 || inst == 1);
//if (game::_setjmp3((int *)game::g_script_error.get() + 0x10 * (0x21 * inst + game::g_script_error_level[inst]), 0))
if (!setjmp(g_script_error[inst][game::g_script_error_level[inst]]))
{
break;