freebsd-ports/games/sturmbahnfahrer/files/patch-soundenginealsa.h
Martin Wilke 8dc787924e Sturmbahnfahrer... for expert drivers only. If you want to master
it, try to have the laws of physics work with you, not against you.

Sturmbahnfahrer is a game by Bram Stolk.

WWW: http://www.sturmbahnfahrer.com/

PR:		ports/102931
Submitted by:	Dmitry Marakasov <amdmi3(at)mail.ru>
2006-09-11 08:36:08 +00:00

19 lines
529 B
C++

--- soundenginealsa.h.orig Mon Sep 4 19:47:37 2006
+++ soundenginealsa.h Wed Sep 6 04:38:00 2006
@@ -2,7 +2,6 @@
#ifndef SOUNDENGINE_ALSA_H
#define SOUNDENGINE_ALSA_H
-#include <alsa/asoundlib.h>
class SoundClip;
class SoundFeed;
@@ -29,8 +28,6 @@
SoundFeedModulated *modulatedfeed;
SoundFeedEngine *enginefeed;
SoundFeed *activefeed;
- snd_pcm_t *handle;
- snd_pcm_uframes_t periodsz; // in frames
int batchsize; // in periods
int framelag; // in frames
float lpfilter;