summaryrefslogtreecommitdiff
path: root/src/code/z_room.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-10-27 00:09:08 +1100
committerGitHub <noreply@github.com>2023-10-26 10:09:08 -0300
commit6aaeb80f992865e1a68eed611b926f8b41ad3ed6 (patch)
treef53f6f490dfc4e85a7d86411865387f570dc8d97 /src/code/z_room.c
parentc3b19739c6e9d8da8a6d24afa818cfdad8c0ff42 (diff)
Decompile Remaining code_8019AF00.c Functions (1 non-matching) (#1442)
* remaining code_8019AF00 functions * oops * decimal duration * PR Review
Diffstat (limited to 'src/code/z_room.c')
-rw-r--r--src/code/z_room.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_room.c b/src/code/z_room.c
index 428dd5c13..ff9476825 100644
--- a/src/code/z_room.c
+++ b/src/code/z_room.c
@@ -620,5 +620,5 @@ void func_8012EBF8(PlayState* play, RoomContext* roomCtx) {
Map_InitRoomData(play, roomCtx->curRoom.num);
Minimap_SavePlayerRoomInitInfo(play);
}
- func_801A3CD8(play->roomCtx.curRoom.echo);
+ Audio_SetEnvReverb(play->roomCtx.curRoom.echo);
}