Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349349 | Differences between
and this patch

Collapse All | Expand All

(-)source/client/cl_sound.c.orig (-2 / +7 lines)
Lines 164-176 Link Here
164
164
165
	Mem_TempFree( file );
165
	Mem_TempFree( file );
166
166
167
	se = ( sound_export_t * )GetSoundAPI( import );
167
	if ( verbose )
168
	if( !se )
168
		Com_Printf("Loading sound module from %s \n", file);
169
170
	if( !sound_library )
169
	{
171
	{
170
		Com_Printf( "Loading %s failed\n", name );
172
		Com_Printf( "Loading %s failed\n", name );
171
		return qfalse;
173
		return qfalse;
172
	}
174
	}
173
175
176
	se = ( sound_export_t * )GetSoundAPI( import );
177
178
174
	apiversion = se->API();
179
	apiversion = se->API();
175
	if( apiversion != SOUND_API_VERSION )
180
	if( apiversion != SOUND_API_VERSION )
176
	{
181
	{

Return to bug 349349