freebsd-ports/games/ssc/files/patch-src-coord.h
Kirill Ponomarev 961254088e Add games/ssc-0.8,
SSC is a 2D space shoot-em-up featuring interesting physics and
alife. Destroy all enemies on screen to proceed to the next
level. Inherits a lot of ideas from the game Koules.

PR:		61507
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2004-01-18 09:32:17 +00:00

11 lines
275 B
C

--- src/coord.h.orig Sat Jan 17 17:26:46 2004
+++ src/coord.h Sat Jan 17 17:26:59 2004
@@ -319,7 +319,7 @@
};
-inline double distance(Coord3<double> &a, Coord3<double> &b)
+inline double dist(Coord3<double> &a, Coord3<double> &b)
{
Coord3<double> tmp;
tmp = a - b;