mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 15:25:25 -04:00
J3D debug work (#2949)
* J3D debug work * Clean up JSystem GXColor ctors, remove a couple fakematches * Update symbols.txt * Fix res include syntax * Remove fakematch that isn't necessary anymore * Fix some Shield regressions
This commit is contained in:
@@ -1069,8 +1069,8 @@ int daArrow_c::draw() {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static const GXColorS10 tmpColor = {0, 0, 0};
|
||||
J3DGXColorS10 color = (tmpColor);
|
||||
static const GXColorS10 tmpColor = {0x00, 0x00, 0x00, 0x00};
|
||||
J3DGXColorS10 color = tmpColor;
|
||||
|
||||
daAlink_c* link = daAlink_getAlinkActorClass();
|
||||
if (fopAcM_GetParam(this) == 0 && field_0x940 != 0) {
|
||||
|
||||
Reference in New Issue
Block a user