Revert "Ignore G_FindConfigstringIndex: overflow"

This reverts commit 993a0ce70e.
This commit is contained in:
quaK 2021-03-17 06:42:08 +02:00
parent 63473b92c5
commit 9eabca0617

View File

@ -78,9 +78,6 @@ namespace scripting
scr_load_level_hook.create(SELECT_VALUE(0x140005260, 0x140325B90), scr_load_level_stub); scr_load_level_hook.create(SELECT_VALUE(0x140005260, 0x140325B90), scr_load_level_stub);
g_shutdown_game_hook.create(SELECT_VALUE(0x140228BA0, 0x1402F8C10), g_shutdown_game_stub); g_shutdown_game_hook.create(SELECT_VALUE(0x140228BA0, 0x1402F8C10), g_shutdown_game_stub);
// Ignore G_FindConfigstringIndex: overflow
utils::hook::set<uint8_t>(SELECT_VALUE(0x140019779, 0x14003E3DD), 0xEB);
scheduler::loop([]() scheduler::loop([]()
{ {
lua::engine::run_frame(); lua::engine::run_frame();