diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-01-25 20:07:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-25 20:07:49 -0700 |
| commit | 13924cec0276435269ac5c84ec4f59a2f181be99 (patch) | |
| tree | bdf3c0bb44be68f652d9ff920b1f446fa6eaf0e7 | |
| parent | ce9b4f25bea2018051f9861f74f90a7099dd1ccd (diff) | |
Update staff_ghosts.h (#176)
| -rw-r--r-- | src/staff_ghosts.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
