Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5499/include

Modified Files:
	proto.h sound.h 
Log Message:
Bug fixes for new netrekrc options and for background music on client connect.
New music file (star trek 2 theme).

Index: sound.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/sound.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sound.h	31 Jan 2007 07:06:36 -0000	1.11
+++ sound.h	1 Feb 2007 00:10:27 -0000	1.12
@@ -109,6 +109,7 @@
   INTRO3_MUSIC,
   INTRO4_MUSIC,
   INTRO5_MUSIC,
+  INTRO6_MUSIC,
   END1_MUSIC,
   END2_MUSIC,
   END3_MUSIC,

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- proto.h	31 Jan 2007 07:06:36 -0000	1.28
+++ proto.h	1 Feb 2007 00:10:27 -0000	1.29
@@ -1147,6 +1147,7 @@
      extern void Play_Sound (int type);
      extern void Play_Sound_Loc (int type, int angle, int distance);
      extern void Play_Music (int type);
+     extern void Play_Music_Bkgd (void);
      void Group_Sound (int type, int channel);
      extern void Abort_Sound (int type);
      extern void soundwindow (void);