summaryrefslogtreecommitdiff
path: root/src/code/sys_rumble.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-02-02 09:25:44 -0800
committerGitHub <noreply@github.com>2024-02-02 12:25:44 -0500
commit4e2d2885bc21618f6dd0301c7389164c1bbc1fc1 (patch)
treec507648b8b328645f0a094246dee3761ed7f16f1 /src/code/sys_rumble.c
parent8f481b648d88a9a1346f2ac6d704f7a1e97d6dc8 (diff)
Match retail padmgr.c and sys_rumble.c (#1693)
* Match retail padmgr.c * Match retail sys_rumble.c * Poke jenkins
Diffstat (limited to 'src/code/sys_rumble.c')
-rw-r--r--src/code/sys_rumble.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/sys_rumble.c b/src/code/sys_rumble.c
index 8991f26cb..fdb204af5 100644
--- a/src/code/sys_rumble.c
+++ b/src/code/sys_rumble.c
@@ -147,5 +147,7 @@ void RumbleMgr_Init(RumbleMgr* rumbleMgr) {
}
void RumbleMgr_Destroy(RumbleMgr* rumbleMgr) {
+#if OOT_DEBUG
bzero(rumbleMgr, sizeof(RumbleMgr));
+#endif
}