Music integration started. Only menu music included in game. All music is already on the data.jrf

This commit is contained in:
2016-02-19 19:51:17 +01:00
parent f9ef26deda
commit c746a131c1
5 changed files with 9 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ void JS_LoadMusic(char *musicFilename)
SDL_RWops *rw = SDL_RWFromMem(buffer, filesize);
music = Mix_LoadMUS_RW(rw, 1);
}
void JS_SetMusicVolume(int volume) {