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

Modified Files:
	sound.h 
Log Message:
New sound for starbases exploding.

Index: sound.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/sound.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sound.h	26 Apr 2006 23:18:14 -0000	1.4
+++ sound.h	29 Apr 2006 21:00:42 -0000	1.5
@@ -9,29 +9,30 @@
 #define PHASER_SOUND            2
 #define FIRE_PLASMA_SOUND       3
 #define EXPLOSION_SOUND         4
-#define CLOAK_SOUND             5
-#define UNCLOAK_SOUND           6
-#define SHIELD_DOWN_SOUND       7
-#define SHIELD_UP_SOUND         8
-#define TORP_HIT_SOUND          9
-#define WARNING_SOUND           10
-#define RED_ALERT_SOUND         11
-#define ENGINE_SOUND            12
-#define ENTER_SHIP_SOUND        13
-#define SELF_DESTRUCT_SOUND     14
-#define PLASMA_HIT_SOUND        15
-#define ENTER_WARP_SOUND        16
-#define EXIT_WARP_SOUND         17
-#define MESSAGE_SOUND           18
-#define MESSAGE1_SOUND          19
-#define MESSAGE2_SOUND          20
-#define MESSAGE3_SOUND          21
-#define MESSAGE4_SOUND          22
-#define MESSAGE5_SOUND          23
-#define MESSAGE6_SOUND          24
-#define MESSAGE7_SOUND          25
-#define MESSAGE8_SOUND          26
-#define MESSAGE9_SOUND          27
+#define BASE_EXPLOSION_SOUND    5
+#define CLOAK_SOUND             6
+#define UNCLOAK_SOUND           7
+#define SHIELD_DOWN_SOUND       8
+#define SHIELD_UP_SOUND         9
+#define TORP_HIT_SOUND          10
+#define WARNING_SOUND           11
+#define RED_ALERT_SOUND         12
+#define ENGINE_SOUND            13
+#define ENTER_SHIP_SOUND        14
+#define SELF_DESTRUCT_SOUND     15
+#define PLASMA_HIT_SOUND        16
+#define ENTER_WARP_SOUND        17
+#define EXIT_WARP_SOUND         18
+#define MESSAGE_SOUND           19
+#define MESSAGE1_SOUND          20
+#define MESSAGE2_SOUND          21
+#define MESSAGE3_SOUND          22
+#define MESSAGE4_SOUND          23
+#define MESSAGE5_SOUND          24
+#define MESSAGE6_SOUND          25
+#define MESSAGE7_SOUND          26
+#define MESSAGE8_SOUND          27
+#define MESSAGE9_SOUND          28
 
 #define OTHER_SOUND_OFFSET      28
 
@@ -69,6 +70,7 @@
   ENTER_WARP_WAV,
   EXIT_WARP_WAV,
   EXPLOSION_WAV,
+  BASE_EXPLOSION_WAV,
   EXPLOSION_OTHER_WAV,
   FIRE_PLASMA_WAV,
   OTHER_FIRE_PLASMA_WAV,