summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-10-13 17:36:51 +0200
committerGitHub <noreply@github.com>2024-10-13 08:36:51 -0700
commit78d0c294c50f9ade86f9e60cb2bea6479b56357a (patch)
tree0c55c9b75fa942d7c05fcf4d2acd5e0bc62447dd /src/code/game.c
parent60cc4c9e2368f4ae47c24931b6530dabdc5e35dd (diff)
m_bgm OK (#222)
* m_demo OK * camera fix * m_bgm OK
Diffstat (limited to 'src/code/game.c')
-rw-r--r--src/code/game.c4
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);
}