X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=sound.c;h=7f369ae79a11c619cefcdf0c3b32dad43972c730;hp=480690d10394493ee85db2c0a55175b35cc941cc;hb=841f94c4182f8dff0253db9bae4922c3c9039a5f;hpb=3ef599c7104a20c4f5268dbefb6590aa3e285663 diff --git a/sound.c b/sound.c index 480690d..7f369ae 100644 --- a/sound.c +++ b/sound.c @@ -9,13 +9,6 @@ #include "config.h" #include "sound.h" -#define TUNE_TITLE_PAGE 0 -#define TUNE_GAMEPLAY 1 -#define TUNE_HIGH_SCORE_ENTRY 2 -#define NUM_TUNES 3 - -#define SOUND_BANG 0 -#define NUM_SOUNDS 4 static Mix_Music *music[NUM_TUNES]; static int music_volume[NUM_TUNES] = {128,128,128};