mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-09-01 18:29:53 -04:00
Decomp, update AudioOcarina (code_800EC960.c) (#6941)
This commit is contained in:
+1
-1
@@ -465,7 +465,7 @@ void GameState_Init(GameState* gameState, GameStateFunc init, GraphicsContext* g
|
||||
void GameState_Destroy(GameState* gameState) {
|
||||
osSyncPrintf("game デストラクタ開始\n"); // "game destructor start"
|
||||
func_800C3C20();
|
||||
func_800F3054();
|
||||
Audio_Update();
|
||||
osRecvMesg(&gameState->gfxCtx->queue, NULL, OS_MESG_BLOCK);
|
||||
LOG_CHECK_NULL_POINTER("this->cleanup", gameState->destroy);
|
||||
if (gameState->destroy != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user