patches/dangerdeep-04-filenames.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 249 06a4361cf835
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
249
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
diff -ur dangerdeep-0.2.0-orig/src/global_data.h dangerdeep-0.2.0/src/global_data.h
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
--- dangerdeep-0.2.0-orig/src/global_data.h	2006-10-13 01:16:09.000000000 +0700
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
+++ dangerdeep-0.2.0/src/global_data.h	2007-04-23 14:49:50.062312406 +0700
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
@@ -37,15 +37,15 @@
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 // fixme: remove this ugly crap, move to .cpp
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
 #define se_submarine_torpedo_launch "liquidblast.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
-#define se_torpedo_detonation		"shell explosion.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
-#define se_small_gun_firing			"deck gun firing.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
-#define se_medium_gun_firing		"medium gun firing.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
-#define se_large_gun_firing			"big gun firing.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12
-#define se_depth_charge_firing		"depth charge launching.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    13
-#define se_depth_charge_exploding	"depth charge exploding.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    14
+#define se_torpedo_detonation		"shell_explosion.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    15
+#define se_small_gun_firing			"deck_gun_firing.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    16
+#define se_medium_gun_firing		"medium_gun_firing.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    17
+#define se_large_gun_firing			"big_gun_firing.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    18
+#define se_depth_charge_firing		"depth_charge_launching.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    19
+#define se_depth_charge_exploding	"depth_charge_exploding.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    20
 #define se_ping						"ping.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    21
-#define se_shell_exploding			"shell explosion.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    22
-#define se_shell_splash				"shell splash.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    23
+#define se_shell_exploding			"shell_explosion.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    24
+#define se_shell_splash				"shell_splash.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    25
 #define se_sub_screws_slow			"screws_slow.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    26
 #define se_sub_screws_normal		"screws_normal.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    27
 #define se_sub_screws_fast			"screws_fast.ogg"
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    28
diff -ur dangerdeep-0.2.0-orig/src/subsim.cpp dangerdeep-0.2.0/src/subsim.cpp
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    29
--- dangerdeep-0.2.0-orig/src/subsim.cpp	2006-10-13 01:16:12.000000000 +0700
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    30
+++ dangerdeep-0.2.0/src/subsim.cpp	2007-04-23 14:51:12.576407393 +0700
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    31
@@ -1605,7 +1605,7 @@
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    32
 /* test:
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    33
 	mmusic->append_track("ping.ogg");
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    34
 	mmusic->append_track("liquidblast.ogg");
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    35
-	mmusic->append_track("shell explosion.ogg");
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    36
+	mmusic->append_track("shell_explosion.ogg");
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    37
 */
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    38
 	mmusic->append_track("ImInTheMood.ogg");
06a4361cf835 2007-04-23 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    39
 	mmusic->append_track("Betty_Roche-Trouble_Trouble.ogg");