Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dimages.h73 extern bool get_sound_resource_from_scenario(int resource_number, LoadedResource& SoundRsrc);
H A Dimages.cpp1237 bool get_sound_resource_from_images(int resource_number, LoadedResource &SoundRsrc) in get_sound_resource_from_images() argument
1242 found = ImagesFile.get_snd(resource_number, SoundRsrc); in get_sound_resource_from_images()
1247 found = SoundsImagesFile.get_snd(1240, SoundRsrc); in get_sound_resource_from_images()
1434 bool get_sound_resource_from_scenario(int resource_number, LoadedResource &SoundRsrc) in get_sound_resource_from_scenario() argument
1439 found = ScenarioFile.get_snd(resource_number, SoundRsrc); in get_sound_resource_from_scenario()
1442 found = SoundsImagesFile.get_snd(1240, SoundRsrc); in get_sound_resource_from_scenario()
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dinterface.cpp1604 static LoadedResource SoundRsrc; variable
1628 SoundRsrc.Unload(); in display_introduction()
1629 if (get_sound_resource_from_images(screen_data->screen_base, SoundRsrc)) in display_introduction()
1631 Mixer::instance()->PlaySoundResource(SoundRsrc); in display_introduction()
2511 SoundRsrc.Unload(); in next_game_screen()
2512 if (get_sound_resource_from_images(pict_resource_number, SoundRsrc)) in next_game_screen()
2515 Mixer::instance()->PlaySoundResource(SoundRsrc, pitch); in next_game_screen()
2757 LoadedResource SoundRsrc; in try_and_display_chapter_screen() local
2769 if (get_sound_resource_from_scenario(pict_resource_number,SoundRsrc)) in try_and_display_chapter_screen()
2772 Mixer::instance()->PlaySoundResource(SoundRsrc, pitch); in try_and_display_chapter_screen()