fixed nosound and noopengl build bugs. fixed bkgd image bugs..
[supertux.git] / src / sound.h
index 3a1d30a..48a26a3 100644 (file)
@@ -97,7 +97,7 @@ void play_current_music();
 
 /* fake variables */
 extern void* sounds[NUM_SOUNDS];
-extern void* level_song, *herring_song;
+extern void * level_song, * level_song_fast, * herring_song;
 
 /* fake sound handlers */
 int open_audio (int frequency, int format, int channels, int chunksize);