Z2WolfHowlMgr, d_bg_s, quat OK (#1887)

This commit is contained in:
hatal175
2023-08-18 01:01:51 -06:00
committed by GitHub
parent 114582643f
commit 00bbaf6216
14 changed files with 504 additions and 610 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ public:
void loadSeWave(u32);
void loadBgmWave(u32);
bool isSceneExist() { return sceneExist; }
bool isSceneExist() const { return sceneExist; }
int getCurrentSceneNum() const { return sceneNum; }
private:
/* 0x00 */ long BGM_ID;