diff src/audio/dart/SDL_dart.c @ 3852:5b5e549382b3 SDL-1.2

Removed some new 1.3 symbols from code backported to 1.2.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 03 Sep 2006 21:34:11 +0000
parents 405a192b68e7
children a1b03ba2fcd0
line wrap: on
line diff
--- a/src/audio/dart/SDL_dart.c	Fri Sep 01 22:50:24 2006 +0000
+++ b/src/audio/dart/SDL_dart.c	Sun Sep 03 21:34:11 2006 +0000
@@ -75,7 +75,7 @@
 
 int DART_OpenAudio(_THIS, SDL_AudioSpec *spec)
 {
-  SDL_AudioFormat test_format = SDL_FirstAudioFormat(spec->format);
+  Uint16 test_format = SDL_FirstAudioFormat(spec->format);
   int valid_datatype = 0;
   MCI_AMP_OPEN_PARMS AmpOpenParms;
   MCI_GENERIC_PARMS GenericParms;