]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
Rename qboolean to qbool
[xonotic/darkplaces.git] / snd_null.c
index 42e88f04e82bec95312ec7fb905dfa075315fbe2..0d81f849dcb7338ecacd987c11777ec16e6cecb9 100755 (executable)
@@ -74,11 +74,11 @@ int S_StartSound_StartPosition_Flags (int entnum, int entchannel, sfx_t *sfx, ve
        return -1;
 }
 
-void S_StopChannel (unsigned int channel_ind, qboolean lockmutex, qboolean freesfx)
+void S_StopChannel (unsigned int channel_ind, qbool lockmutex, qbool freesfx)
 {
 }
 
-qboolean S_SetChannelFlag (unsigned int ch_ind, unsigned int flag, qboolean value)
+qbool S_SetChannelFlag (unsigned int ch_ind, unsigned int flag, qbool value)
 {
        return false;
 }
@@ -87,7 +87,7 @@ void S_StopSound (int entnum, int entchannel)
 {
 }
 
-void S_PauseGameSounds (qboolean toggle)
+void S_PauseGameSounds (qbool toggle)
 {
 }
 
@@ -95,7 +95,7 @@ void S_SetChannelVolume (unsigned int ch_ind, float fvol)
 {
 }
 
-sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean levelsound)
+sfx_t *S_PrecacheSound (const char *sample, qbool complain, qbool levelsound)
 {
        return NULL;
 }
@@ -105,7 +105,7 @@ float S_SoundLength(const char *name)
        return -1;
 }
 
-qboolean S_IsSoundPrecached (const sfx_t *sfx)
+qbool S_IsSoundPrecached (const sfx_t *sfx)
 {
        return false;
 }
@@ -131,7 +131,7 @@ void S_ExtraUpdate (void)
 {
 }
 
-qboolean S_LocalSound (const char *s)
+qbool S_LocalSound (const char *s)
 {
        return false;
 }