X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsound.h;h=e47d4883bef9eb57dae2186cb663075568568bdb;hb=cc5f060754c9e0ba2c06ab6a00efa1254833baaa;hp=6e57880ba1402107029ecb6089ca1d6c0b55cd15;hpb=9725d9e35c7b9713bf2f4764f9eaea4bbd5c55bf;p=supertux.git diff --git a/src/sound.h b/src/sound.h index 6e57880ba..e47d4883b 100644 --- a/src/sound.h +++ b/src/sound.h @@ -7,7 +7,7 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/supertux/ - April 22, 2000 - July 15, 2002 + April 22, 2000 - December 28, 2003 Current maintainer: Duong-Khang NGUYEN @@ -40,8 +40,8 @@ enum Music_Type { #include /* variables for stocking the sound and music */ -Mix_Chunk* sounds[NUM_SOUNDS]; -Mix_Music* level_song, *herring_song; +Mix_Chunk * sounds[NUM_SOUNDS]; +Mix_Music * level_song, * level_song_fast, * herring_song; /* functions handling the sound and music */ int open_audio(int frequency, Uint16 format, int channels, int chunksize);