From 768cf1c47d66c400f7ca922ce3a67bdaf5f02459 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 8 Aug 2000 02:57:48 +0000 Subject: Fixup one more place where fpsetmask was being called on the Alpha. --- games/glasteroids/files/patch-ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/glasteroids/files/patch-ac b/games/glasteroids/files/patch-ac index 7585e82d0362..c3217da91aac 100644 --- a/games/glasteroids/files/patch-ac +++ b/games/glasteroids/files/patch-ac @@ -1,5 +1,5 @@ ---- Glasteroids.cxx Thu Aug 12 04:48:58 1999 -+++ /home/andy/tmp/wrk/Glasteroids.cxx Tue Aug 17 15:11:12 1999 +--- Glasteroids.cxx.orig Wed Aug 11 19:48:58 1999 ++++ Glasteroids.cxx Sun Aug 6 19:33:33 2000 @@ -1,5 +1,8 @@ #include #include @@ -13,7 +13,7 @@ { BCworld *world; -+#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) && !defined(__alpha__) + fpsetmask(0); +#endif world = BCgetWorld ( ); -- cgit v1.2.3