From 351c878365ed1737afb3f80ad75fc9fc3a266d89 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 7 Jul 2006 02:44:51 +0000 Subject: (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder. A song can now be removed from the programmed list (in custom list 1 and 2) by clicking on it. Added music.c[ch] files, to make it all a bit cleaner. Now, the name of the gm file is associated with the title of the song. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40603f06f..6471b6ebd 100644 --- a/Makefile +++ b/Makefile @@ -671,6 +671,7 @@ SRCS += misc.c SRCS += misc_cmd.c SRCS += misc_gui.c SRCS += mixer.c +SRCS += music.c SRCS += music_gui.c SRCS += namegen.c SRCS += network.c -- cgit v1.2.3-54-g00ecf