mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
961254088e
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>
12 lines
275 B
C
12 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;
|