]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
fix typo in some powers of two
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 1889b87d8e6b7856881f5e50d7b60cbc3d9dc49c..24961705b48d45b76bcdd8b0531609cb774e6d13 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -79,7 +79,7 @@ void S_StopSound (int entnum, int entchannel);
 void S_StopAllSounds (void);
 void S_PauseGameSounds (qboolean toggle);
 
-void S_StopChannel (unsigned int channel_ind);
+void S_StopChannel (unsigned int channel_ind, qboolean lockmutex);
 qboolean S_SetChannelFlag (unsigned int ch_ind, unsigned int flag, qboolean value);
 void S_SetChannelVolume (unsigned int ch_ind, float fvol);