I've tryed to add more than 10 "InGame" music so I edited ZSoundEngine.cpp and when I try to build it
say : "Too many initializers"
Any clue on what im doing wrong or where I need to edit? Thanks.![]()
I've tryed to add more than 10 "InGame" music so I edited ZSoundEngine.cpp and when I try to build it
say : "Too many initializers"
Any clue on what im doing wrong or where I need to edit? Thanks.![]()
check .h
.cpp#endif // _BIRDSOUND
#define BGMID_INTRO 0
#define BGMID_LOBBY 1
#define BGMID_BATTLE 2
#define BGMID_FIN 19
#define MAX_BGM 20
{"AstraCharSelect.mp3", "AstraLobby.mp3",
"Astra1.mp3",
"Astra2.mp3",
"Astra3.mp3",
"Astra4.mp3",
"Astra5.mp3",
"Astra6.mp3",
"Astra7.mp3",
"Astra8.mp3",
"Astra9.mp3",
"Astra10.mp3",
"Astra11.mp3",
"Astra12.mp3",
"Astra13.mp3",
"Astra14.mp3",
"Astra15.mp3",
"Astra16.mp3",
"Astra17.mp3",
"AstraEndGame.mp3" };