Home
last modified time | relevance | path

Searched refs:zLevelSong (Results 1 – 7 of 7) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Ddemo.h38 char zLevelSong[144]; member
H A Dlevels.h39 char zLevelSong[BMAX_PATH]; member
H A Ddemo.cpp57 strcpy(gameOptions.zLevelSong, gameOptionsLegacy.zLevelSong); in ReadGameOptionsLegacy()
H A Dlevels.cpp390 strncpy(gGameOptions.zLevelSong, buffer, BMAX_PATH); in levelTryPlayMusic()
H A Dosdcmd.cpp451 sndPlaySong(gGameOptions.zLevelSong, true); in osdcmd_restartsound()
H A Dblood.cpp2723 strncpy(gGameOptions.zLevelSong, gEpisodeInfo[nEpisode].levelsInfo[nLevel].Song, BMAX_PATH); in sndTryPlaySpecialMusic()
2736 strncpy(gGameOptions.zLevelSong, gEpisodeInfo[nEpisode].levelsInfo[nLevel].Song, BMAX_PATH); in sndPlaySpecialMusicOrNothing()
H A Dmenu.cpp1880 sndPlaySong(gGameOptions.zLevelSong, true); in UpdateMusicToggle()
1943 sndPlaySong(gGameOptions.zLevelSong, true); in SetSound()