mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
65ffd2fab9
Take out the Big Gun sounded simple enough, except the Strogg were waiting. You, and a few marines like you, are the lucky ones. You've made it down in one piece and are still able to contact the fleet. The Gravity Well, the Strogg's newest weapon in its arsenal against mankind, is operational. With the fleet around Stroggos, 5% of ground forces surviving, and that number dwindling by the second, your orders have change: free your comrades. Destroy the Gravity Well. - New Enemies -- The Stalker, Turrets, Daedalus, Medic Commander, Carrier, and the Black Widow. - 14 Entirely new levels and 10 new deathmatch levels. - New Power-Ups -- Deathmatch specific power-ups: Vengeance Sphere, Hunter Sphere, and Anti-matter bomb. - New Weapons -- The Chainsaw, ETF Rifle and Plasma Beam. This port installs the game.so file, but you still need the original data. WWW: http://www.idsoftware.com/games/quake/quake2-grndzero/
12 lines
236 B
C
12 lines
236 B
C
--- ./g_local.h.orig Fri Jul 28 16:29:27 2006
|
|
+++ ./g_local.h Fri Jul 28 16:33:09 2006
|
|
@@ -27,7 +27,7 @@
|
|
#ifdef __sun__
|
|
#define _isnan(a) (NaN((a)))
|
|
#else
|
|
-#define _isnan(a) ((a)==NAN)
|
|
+#define _isnan(a) (isnan(a))
|
|
#endif
|
|
#endif
|
|
|