diff options
Diffstat (limited to 'src/code/game.c')
| -rw-r--r-- | src/code/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/game.c b/src/code/game.c index 2b60c66dd..2bc179d68 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -456,7 +456,7 @@ void GameState_Init(GameState* gameState, GameStateFunc init, GraphicsContext* g void GameState_Destroy(GameState* gameState) { PRINTF("game デストラクタ開始\n"); // "game destructor start" AudioMgr_StopAllSfx(); - func_800F3054(); + Audio_Update(); osRecvMesg(&gameState->gfxCtx->queue, NULL, OS_MESG_BLOCK); LOG_UTILS_CHECK_NULL_POINTER("this->cleanup", gameState->destroy, "../game.c", 1139); if (gameState->destroy != NULL) { |
