summaryrefslogtreecommitdiff
path: root/src/code/z_sram.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2022-05-21 14:23:43 -0400
committerGitHub <noreply@github.com>2022-05-21 14:23:43 -0400
commit2e6279bc8e528833704bc6b77635f0eeae6bbe44 (patch)
treed407e4462e1a07b22d11fd84c8013ab182153aaa /src/code/z_sram.c
parent154f44b6da6e0b9be69886ec8d8a5a8ea2f4791e (diff)
PlayState Rename (#1231)
* global context -> play * fix PlayState* PlayState
Diffstat (limited to 'src/code/z_sram.c')
-rw-r--r--src/code/z_sram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_sram.c b/src/code/z_sram.c
index 83e7ba9e0..746413491 100644
--- a/src/code/z_sram.c
+++ b/src/code/z_sram.c
@@ -899,5 +899,5 @@ void Sram_Alloc(GameState* gameState, SramContext* sramCtx) {
ASSERT(sramCtx->readBuff != NULL, "sram->read_buff != NULL", "../z_sram.c", 1295);
}
-void Sram_Init(GlobalContext* globalCtx, SramContext* sramCtx) {
+void Sram_Init(PlayState* play, SramContext* sramCtx) {
}