From 9733cca6280f3b98e8826917eb1c43eb64634934 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 18 Aug 2018 21:01:05 -0400 Subject: [PATCH] typo fix --- vnrhook/src/engine/engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnrhook/src/engine/engine.cc b/vnrhook/src/engine/engine.cc index 9f55947..cb1f652 100644 --- a/vnrhook/src/engine/engine.cc +++ b/vnrhook/src/engine/engine.cc @@ -11360,7 +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 + // (The method used to tell the hooks apart previously fails on https://vndb.org/v19713) HookParam hp2 = hp; hp.type = USING_UNICODE;