From 13924cec0276435269ac5c84ec4f59a2f181be99 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sat, 25 Jan 2025 20:07:49 -0700 Subject: [PATCH] Update staff_ghosts.h (#176) --- src/staff_ghosts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/staff_ghosts.h b/src/staff_ghosts.h index 89788d3bb..73723b974 100644 --- a/src/staff_ghosts.h +++ b/src/staff_ghosts.h @@ -40,7 +40,7 @@ extern s32 D_80162DF4; extern s32 D_80162DF8; extern u8* sReplayGhostBuffer; -extern s16 sReplayGhostBufferSize; +extern size_t sReplayGhostBufferSize; extern u32* sReplayGhostDecompressed; #endif /* STAFF_GHOSTS_H */