X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_mix.c;h=e7396cb8b81a239600a17f41f44339a8230aa050;hp=80363c80274f1a9d9bc727569c9aaa73641afa11;hb=f9d8bc7ea04ff91fcbd90fe50a299b37724b349b;hpb=9fa8ce6f31c95105ed4ac684b37f79f133b9c960 diff --git a/snd_mix.c b/snd_mix.c index 80363c80..e7396cb8 100644 --- a/snd_mix.c +++ b/snd_mix.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "quakedef.h" #include "snd_main.h" -typedef struct +typedef struct portable_samplepair_s { int left; int right;