1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/flying/files/patch-ab
2000-01-09 09:19:54 +00:00

12 lines
387 B
Plaintext

--- carrom.C.orig Sun Jan 9 01:09:14 2000
+++ carrom.C Sun Jan 9 01:09:37 2000
@@ -114,7 +114,7 @@
void Carrom::Setup( double x, double y )
{
static int nc[5] = { 3, 4, 5, 4, 3 }; // Steine pro Spalte
-static t[19] = { -1, 1, -2, // Steinverteilung
+static int t[19] = { -1, 1, -2, // Steinverteilung
2, -3, 3, 4,
-4, 5, 0, -5, -6,
6, -7, 7, 8,