1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xgalaga/files
Satoshi Taoka 605108f023 (1) Modification about sound by the following PR:
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
1999-04-01 01:43:33 +00:00
..
patch-aa Grr. Fix patch. 1998-05-28 07:43:14 +00:00
patch-ab (1) Modification about sound by the following PR: 1999-04-01 01:43:33 +00:00
patch-ac Make NOSOUND option actually work. 1998-05-28 08:24:37 +00:00