Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ds_sound.c1970 static musicstack_t *S_GetMusicStackEntry(UINT16 status, boolean fromfirst, INT16 startindex) in S_GetMusicStackEntry() function
2045 result = S_GetMusicStackEntry(status, fromfirst, -1); in S_RecallMusic()
2047 result = S_GetMusicStackEntry(JT_NONE, false, -1); in S_RecallMusic()