Add missing return to aAR_SecureDmaRam function.

This commit is contained in:
tk
2026-04-28 14:51:45 -04:00
parent eb9b225353
commit 17f8f40310
+1 -1
View File
@@ -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) {