mirror of
https://github.com/zeldaret/tp
synced 2026-06-23 01:10:09 -04:00
Small matches/improvements (#2844)
* j2dmatblock debug work * J2DMaterialFactory matching * J2DPictureEx matching * tiny work * fixed regressions * PR cleanup * build error fix
This commit is contained in:
@@ -401,7 +401,12 @@ void J3DSkinDeform::changeFastSkinDL(J3DModelData* pModelData) {
|
||||
for (int local_4c = 0; local_4c < uVar9; local_4c++) {
|
||||
u8* dst = &local_44[local_34 * local_4c];
|
||||
memcpy(puVar10, dst + 1, local_34 - 1);
|
||||
puVar10 = ((local_34 + puVar10) - 1);
|
||||
// FAKEMATCH
|
||||
#if DEBUG || VERSION == VERSION_WII_USA_R0 || VERSION == VERSION_WII_USA_R2
|
||||
puVar10 += local_34 - 1;
|
||||
#else
|
||||
puVar10 = (local_34 + puVar10) - 1;
|
||||
#endif
|
||||
}
|
||||
local_44 += local_34 * uVar9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user