summaryrefslogblamecommitdiff
path: root/games/flying/files/patch-ab
blob: 2b0002e1e126dc201e75e28854e7e0310e54b4a9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                          
--- 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,