diff options
Diffstat (limited to 'games/flying/files/patch-carrom.C')
-rw-r--r-- | games/flying/files/patch-carrom.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/flying/files/patch-carrom.C b/games/flying/files/patch-carrom.C new file mode 100644 index 000000000000..2b0002e1e126 --- /dev/null +++ b/games/flying/files/patch-carrom.C @@ -0,0 +1,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, |