Ignore:
Timestamp:
Feb 25, 2013, 2:05:00 PM (10 years ago)
Author:
sam
Message:

audio: add a simple Stop() method to samples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/audio.cpp

    r2183 r2492  
    3939#if defined USE_SDL_MIXER
    4040    Mix_OpenAudio(22050, AUDIO_S16, channels, 1024);
     41#else
     42    UNUSED(channels);
    4143#endif
    4244}
Note: See TracChangeset for help on using the changeset viewer.