Mercurial > sdl-ios-xcode
diff src/audio/nds/SDL_ndsaudio.c @ 2685:2190b873ff00 gsoc2008_nds
Making room for test prog's
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Wed, 13 Aug 2008 00:45:35 +0000 |
parents | 4135aa9c5645 |
children | e065c9f6a393 |
line wrap: on
line diff
--- a/src/audio/nds/SDL_ndsaudio.c Mon Aug 11 04:39:24 2008 +0000 +++ b/src/audio/nds/SDL_ndsaudio.c Wed Aug 13 00:45:35 2008 +0000 @@ -50,6 +50,7 @@ sound->vol = 127; /* volume [0..127] for [min..max] */ sound->pan = 64; /* balance [0..127] for [left..right] */ sound->format = 0; /* 0 for 16-bit, 1 for 8-bit */ + /*playSound(sound);*/ /* stub */ }