diff options
Diffstat (limited to 'games/falcons-eye/patches/patch-bc')
-rw-r--r-- | games/falcons-eye/patches/patch-bc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/games/falcons-eye/patches/patch-bc b/games/falcons-eye/patches/patch-bc new file mode 100644 index 00000000000..c73f03c8371 --- /dev/null +++ b/games/falcons-eye/patches/patch-bc @@ -0,0 +1,33 @@ +$NetBSD: patch-bc,v 1.1.1.1 2002/01/21 11:56:17 pooka Exp $ + +--- win/jtp/gamedata/config/jtp_opts.txt.orig Sun Jun 24 18:57:26 2001 ++++ win/jtp/gamedata/config/jtp_opts.txt +@@ -38,8 +38,8 @@ + % Turn these off (e.g. play_music=0) if you prefer silence, or if you + % don't have the appropriate sound hardware. + % +-play_music=1 +-play_effects=1 ++play_music=0 ++play_effects=0 + + + % ----------------------------------- +@@ -49,7 +49,7 @@ + % files. You can also give your own command; use %s in place of the + % filename. Please give the full path to the player binary. + % +-linux_midi_player=/usr/local/bin/timidity -idqq %s ++%linux_midi_player=/usr/local/bin/timidity -idqq %s + %linux_midi_player=/usr/bin/playmidi %s + + +@@ -60,7 +60,7 @@ + % files. You can also give your own command; use %s in place of the + % filename. Please give the full path to the player binary. + % +-linux_mp3_player=/usr/bin/mpg123 -q %s ++%linux_mp3_player=/usr/bin/mpg123 -q %s + + + % ------------ |