openbsd-ports/games/eboard/patches/patch-sound_cc

13 lines
335 B
Plaintext
Raw Normal View History

$OpenBSD: patch-sound_cc,v 1.5 2003/01/26 19:26:25 fgsch Exp $
--- sound.cc.orig Sun Jan 19 16:24:03 2003
+++ sound.cc Sat Jan 25 02:51:15 2003
@@ -76,7 +76,7 @@ SoundEvent::SoundEvent() {
Pitch=800;
Duration=250;
Count=1;
- strcpy(Device,"/dev/dsp");
+ strcpy(Device,"/dev/audio");
ExtraData[0]=0;
enabled = true;
}