Clean up Hsfdraw Types

Also added new HsfDrawData type to hsfdraw.h
This commit is contained in:
gamemasterplc 2024-05-27 13:41:25 -05:00
parent 33b771b393
commit e72df6f6b0
6 changed files with 212 additions and 181 deletions

View file

@ -824,7 +824,7 @@ void Hu3DModelHiliteMapSet(s16 arg0, AnimData *arg1) {
copy->flags |= 0x100;
temp_r25 = copy->constData;
temp_r25->flags |= 0x8000;
temp_r25->hilite_map = arg1;
temp_r25->hiliteMap = arg1;
}
}
}