60c5a78963
Originally supplied by collver@linuxfreemail.com in pkg/14359 and subsequently modified somewhat mostly by him.
33 lines
970 B
Text
33 lines
970 B
Text
$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
|
|
|
|
|
|
% ------------
|