pkgsrc/games/falcons-eye/patches/patch-bc
pooka 60c5a78963 Falcon's Eye 1.9.3, isometric Nethack with real graphics.
Originally supplied by collver@linuxfreemail.com in pkg/14359 and
subsequently modified somewhat mostly by him.
2002-01-21 11:56:16 +00:00

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
% ------------