diff options
Diffstat (limited to 'src/code/game.c')
| -rw-r--r-- | src/code/game.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/game.c b/src/code/game.c index 4edc1fb..f92edd6 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -2,7 +2,7 @@ #include "gfx.h" #include "m_controller.h" #include "m_debug.h" -#include "67E840.h" +#include "m_bgm.h" #include "speed_meter.h" #include "graph.h" #include "libu64/debug.h" @@ -284,7 +284,7 @@ void game_ct(Game* game, GameStateFunc init, GraphicsContext* gfxCtx) { init(game); - func_8005F020_jp(); + mBGM_init(); func_800D88B0_jp(&B_80145020_jp); func_800D3E14_jp(game->gfxCtx); } |
