commit 88b5f39d6e0812e49814ef7b64c3c973b9e40d9a parent f197f76893893f14e527553b0601c06ca88ee0ff Author: Michael Savage <mikejsavage@gmail.com> Date: Fri Aug 26 23:29:46 +0100 MIXER_LOOP instead of true Diffstat:
audio.cc | | | 2 | +- |
diff --git a/audio.cc b/audio.cc @@ -75,7 +75,7 @@ int main( int argc, char ** argv ) { mixer_stop( sound_sin ); } else { - sound_sin = mixer_play( sin_data, true ); + sound_sin = mixer_play( sin_data, MIXER_LOOP ); mixer_volume( sound_sin, volume ); } playing = !playing;