Some KiriKiriZ VNs that have the msvc function use the old text functions
This commit is contained in:
parent
3543549da2
commit
0f5c3c8b5f
@ -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.
|
// jichi 1/30/2015: Do KiriKiriZ2 first, which might insert to the same location as KiriKiri1.
|
||||||
bool InsertKiriKiriZHook()
|
bool InsertKiriKiriZHook()
|
||||||
{ return InsertKiriKiriZHook_msvc() || InsertKiriKiriZHook2() || InsertKiriKiriZHook1(); }
|
{
|
||||||
|
bool ok = InsertKiriKiriZHook_msvc();
|
||||||
|
return InsertKiriKiriZHook2() || InsertKiriKiriZHook1() || ok;
|
||||||
|
}
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
BGI hook:
|
BGI hook:
|
||||||
|
Loading…
Reference in New Issue
Block a user