summaryrefslogtreecommitdiff
path: root/games/eboard/files/patch-pieces.cc
blob: f6a2eb263ebd23188d81c48fff5db1ce075ac810 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- pieces.cc.orig	Mon Jun 17 05:24:31 2002
+++ pieces.cc	Sat Sep 28 23:00:58 2002
@@ -1198,7 +1198,7 @@
   global.destroy("VectorPieces");
 }
 
-void VectorPieces::drawSquares(GdkPixmap *dest,GdkGC *gc,int sqside, int dx=0, int dy=0) {
+void VectorPieces::drawSquares(GdkPixmap *dest,GdkGC *gc,int sqside, int dx, int dy) {
   int i,j;
   for(i=0;i<8;i++)
     for(j=0;j<8;j++) {