mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
605108f023
PR: ports/8795 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> (2) I found another bug: - if (!dsp) do_nothing(); + if (dsp<0) do_nothing(); The bug causes "Program terminated with signal 8, Floating point exception". (3) Typo in pkg/DESCR
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
xgalaga is a rework of the Galaga shooting game.
|
|
|
|
The package is built to use the sound device in /dev/dsp. If you don't
|
|
have a sound card and are getting core dumps, try recompiling it with
|
|
"make -DNOSOUND".
|
|
|
|
- Satoshi
|
|
asami@cs.berkeley.edu
|