]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_xmp.c
Rename qboolean to qbool
[xonotic/darkplaces.git] / snd_xmp.c
index 2985112b639c4f1afbfa28552122bc21c17b290b..2bcb26755e13120aec96a8cf8915c5a9f0f4e9c2 100644 (file)
--- a/snd_xmp.c
+++ b/snd_xmp.c
@@ -69,7 +69,7 @@
 
 #define xmp_dll 1
 
-qboolean XMP_OpenLibrary (void) {return true;}
+qbool XMP_OpenLibrary (void) {return true;}
 void XMP_CloseLibrary (void) {}
 #else
 
@@ -345,7 +345,7 @@ XMP_OpenLibrary
 Try to load the libxmp DLL
 ====================
 */
-qboolean XMP_OpenLibrary (void)
+qbool XMP_OpenLibrary (void)
 {
        const char* dllnames_xmp [] =
        {
@@ -592,7 +592,7 @@ XMP_LoadModFile
 Load an XMP module file into memory
 ===============
 */
-qboolean XMP_LoadModFile(const char *filename, sfx_t *sfx)
+qbool XMP_LoadModFile(const char *filename, sfx_t *sfx)
 {
        fs_offset_t filesize;
        unsigned char *data;