mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 02:01:54 +00:00
Run using decompiled code
This commit is contained in:
@ -896,6 +896,13 @@ namespace codsrc
|
||||
}
|
||||
}
|
||||
|
||||
// pluto
|
||||
if (!game::gScrVmPub[inst].terminal_error)
|
||||
{
|
||||
return;
|
||||
}
|
||||
//
|
||||
|
||||
errNewline = dialogMessage;
|
||||
if (dialogMessage)
|
||||
{
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user