diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-04 21:56:40 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-04 21:56:40 +0000 |
commit | 1c9b422c7d1b8ac885b47ffb4bec97fdb0091626 (patch) | |
tree | 781def893aa15494a5175a932dbf80a87da48877 /games/eboard/files/patch-board.cc | |
parent | 2.5.4 isn't fetchable - update to 2.5.5. (diff) |
Update to 0.7.0.
Notes
Notes:
svn path=/head/; revision=72536
Diffstat (limited to 'games/eboard/files/patch-board.cc')
-rw-r--r-- | games/eboard/files/patch-board.cc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/games/eboard/files/patch-board.cc b/games/eboard/files/patch-board.cc deleted file mode 100644 index 6a017802d90c..000000000000 --- a/games/eboard/files/patch-board.cc +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- board.cc.orig Fri Jun 28 03:33:05 2002 -+++ board.cc Sat Sep 28 23:00:58 2002 -@@ -626,7 +626,7 @@ - queueRepaint(); - } - --void Board::update(bool sndflag=false) { -+void Board::update(bool sndflag) { - int i,j,k,rate; - AnimatedPiece *ap; - Position rpv; -@@ -2005,7 +2005,7 @@ - - // ------------- targets - --DropSource::DropSource(piece p, int x1,int y1,int w,int h,bool d=true) { -+DropSource::DropSource(piece p, int x1,int y1,int w,int h,bool d) { - X=x1; Y=y1; - X2=X+w; Y2=Y+h; - P=p; |