From c1005a9736341206a1b1cea204250803506f1c8b Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 18 Aug 2018 19:07:20 -0400 Subject: [PATCH] comment --- vnrhook/src/engine/engine.cc | 1 + 1 file changed, 1 insertion(+) 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;