1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 20060701

PR:		ports/101922
Submitted by:	Raymond Pasco <ray@cultofray.net>
This commit is contained in:
Pav Lucistnik 2006-08-12 21:04:31 +00:00
parent 2e36490f47
commit 25294c1730
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170437

View 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