mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Fix weak function order of dBgS_MoveBgActor::Draw
fixes #217 fixes #239 fixes #389 fixes #418 fixes #428 fixes #147
This commit is contained in:
@@ -366,6 +366,9 @@ namespace daObjMtest {
|
||||
return ((Act_c*)i_this)->MoveBGDraw();
|
||||
}
|
||||
|
||||
// Fakematch to fix weak func order/.text section splitting of dBgS_MoveBgActor::Draw().
|
||||
#pragma nosyminline off
|
||||
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
return ((Act_c*)i_this)->MoveBGIsDelete();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user