diff --git a/vnrhook/src/engine/engine.cc b/vnrhook/src/engine/engine.cc index 52d7dc8..9f55947 100644 --- a/vnrhook/src/engine/engine.cc +++ b/vnrhook/src/engine/engine.cc @@ -11360,6 +11360,7 @@ bool InsertScenarioPlayerHook() hp.offset = 4; //if (addr - start == addr_offset_W) { // Artikash 8/18/2018: can't figure out how to tell apart which hook is needed, so just insert both xD + // (The method to tell the hooks apart previously fails on https://vndb.org/v19713 HookParam hp2 = hp; hp.type = USING_UNICODE;