mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
General object cleanup (#799)
* Object cleanup * Fix running man * fix mm symbols
This commit is contained in:
parent
98aef8988a
commit
6e58354c71
9 changed files with 25 additions and 22 deletions
|
@ -318,7 +318,7 @@ void EnMm2_Update(Actor* thisx, GlobalContext* globalCtx) {
|
|||
}
|
||||
|
||||
void EnMm2_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
||||
static u64* mouthTextures[] = { gRunningManMouthClosedTex, gRunningManMouthOpenTex };
|
||||
static u64* mouthTextures[] = { gRunningManMouthOpenTex, gRunningManMouthClosedTex };
|
||||
EnMm2* this = THIS;
|
||||
|
||||
OPEN_DISPS(globalCtx->state.gfxCtx, "../z_en_mm2.c", 634);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue