openbsd-ports/games/opensonic/patches/patch-src_global_h
phessler 93caff8b0e Open Sonic is a free open-source game based on the "Sonic the Hedgehog"
universe. It introduces a different style of gameplay called cooperative
play, in which it's possible to control 3 characters simultaneously.
Unlike most similar games, Open Sonic provides a greater level of
interaction between the player and the levels. It's more than just a
jump'n'run; the user must come up with some strategy in order to get
through the levels.

originally from & OK landry@
2009-10-15 14:39:50 +00:00

11 lines
382 B
Plaintext

$OpenBSD: patch-src_global_h,v 1.1.1.1 2009/10/15 14:39:50 phessler Exp $
--- src/global.h.orig Fri Oct 9 17:58:18 2009
+++ src/global.h Fri Oct 9 17:58:27 2009
@@ -40,6 +40,5 @@ typedef unsigned long uint32;
#define FALSE 0
#define EPSILON 0.00001
#define PI 3.14159265
-#define INFINITY (1<<30)
#endif