summaryrefslogtreecommitdiff
path: root/src/code/z_common_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_common_data.c')
-rw-r--r--src/code/z_common_data.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c
index 0625a2b54..cb5739477 100644
--- a/src/code/z_common_data.c
+++ b/src/code/z_common_data.c
@@ -1,8 +1,7 @@
#include <ultra64.h>
#include <global.h>
-void SaveContext_Init(void)
-{
+void SaveContext_Init(void) {
bzero(&gSaveContext, sizeof(gSaveContext));
D_8015FA88 = 0;
D_8015FA8C = 0;
@@ -18,4 +17,3 @@ void SaveContext_Init(void)
gSaveContext.transition_type = 0xFF;
gSaveContext.unk_13EE = 50;
}
-