]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 89e56a932cd3108652b7d8d4831253fefb7cacf2..8f34de9a542218f2ebfa0472b2c11f9c2043fb6b 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -38,7 +38,7 @@ typedef struct
        int     speed;
        int     width;
        int     stereo;
-       byte    data[1];                // variable sized
+       qbyte   data[1];                // variable sized
 } sfxcache_t;
 
 typedef struct sfx_s
@@ -169,7 +169,7 @@ extern int snd_blocked;
 void S_LocalSound (char *s);
 sfxcache_t *S_LoadSound (sfx_t *s);
 
-wavinfo_t GetWavinfo (char *name, byte *wav, int wavlength);
+wavinfo_t GetWavinfo (char *name, qbyte *wav, int wavlength);
 
 void SND_InitScaletable (void);
 void SNDDMA_Submit(void);