mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
Merge pull request #530 from turtlekiosk/missing-return-aar-secure-dma-ram
Add missing return to aAR_SecureDmaRam function.
This commit is contained in:
@@ -31,7 +31,7 @@ ACTOR_PROFILE Arrange_Room_Profile = {
|
||||
};
|
||||
|
||||
static void* aAR_SecureDmaRam(GAME* game, size_t size) {
|
||||
zelda_malloc_align(size, 0x20);
|
||||
return zelda_malloc_align(size, 0x20);
|
||||
}
|
||||
|
||||
static void aAR_SetClip(ACTOR* actor, int flag) {
|
||||
|
||||
Reference in New Issue
Block a user