Adding more music problem.

Results 1 to 2 of 2
  1. #1
    Enthusiast T3Setsu is offline
    MemberRank
    Jul 2014 Join Date
    HellLocation
    32Posts

    Adding more music problem.

    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.


  2. #2
    Account Upgraded | Title Enabled! Arenbunny is offline
    MemberRank
    Mar 2013 Join Date
    Peru - AyacuchoLocation
    273Posts

    Re: Adding more music problem.

    check .h
    #endif // _BIRDSOUND


    #define BGMID_INTRO 0
    #define BGMID_LOBBY 1
    #define BGMID_BATTLE 2
    #define BGMID_FIN 19


    #define MAX_BGM 20
    .cpp
    {"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" };



Advertisement