Some KiriKiriZ VNs that have the msvc function use the old text functions

This commit is contained in:
Blu3train 2023-08-03 18:36:22 +02:00
parent 3543549da2
commit 0f5c3c8b5f

View File

@ -1535,7 +1535,10 @@ textrender.dll+BE5F - C3 - ret
// jichi 1/30/2015: Do KiriKiriZ2 first, which might insert to the same location as KiriKiri1.
bool InsertKiriKiriZHook()
{ return InsertKiriKiriZHook_msvc() || InsertKiriKiriZHook2() || InsertKiriKiriZHook1(); }
{
bool ok = InsertKiriKiriZHook_msvc();
return InsertKiriKiriZHook2() || InsertKiriKiriZHook1() || ok;
}
/********************************************************************************************
BGI hook: