mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 20060701
PR: ports/101922 Submitted by: Raymond Pasco <ray@cultofray.net>
This commit is contained in:
parent
2e36490f47
commit
25294c1730
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170437
10
games/alephone/files/patch-Source_Files__Sound__sound_sdl.h
Normal file
10
games/alephone/files/patch-Source_Files__Sound__sound_sdl.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- Source_Files/Sound/sound_sdl.h.orig Sat Aug 12 09:43:24 2006
|
||||
+++ Source_Files/Sound/sound_sdl.h Sat Aug 12 09:44:25 2006
|
||||
@@ -346,6 +346,7 @@
|
||||
#ifdef MUSIC_SDL
|
||||
bool load_music_sdl(FileSpecifier &song_file)
|
||||
{
|
||||
+ if (!_sm_initialized || !_sm_active) return false;
|
||||
sdl_channel *c = sdl_channels + MUSIC_CHANNEL; // Music channel
|
||||
uint32 music_sample_rate; // Music sample rate in Hz
|
||||
|
Loading…
Reference in New Issue
Block a user