Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 00:54:41 +0000 (GMT)
From:      Markus Brueffer <brueffer@phoenix-systems.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58357: [patch] games/ktritoc: fix build on -CURRENT
Message-ID:  <20031022005441.AA7044C@haakonia.hitnet.rwth-aachen.de>
Resent-Message-ID: <200310220100.h9M10Yu1068229@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58357
>Category:       ports
>Synopsis:       [patch] games/ktritoc: fix build on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 18:00:34 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Mon Oct 13 14:46:55 CEST 2003 brueffer@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	games/ktritoc: fix build on -CURRENT

	Reported by: bento

>How-To-Repeat:
>Fix:

--- ktritoc.diff begins here ---
diff -ruN ktritoc.orig/files/patch-movesprite.cpp ktritoc/files/patch-movesprite.cpp
--- ktritoc.orig/files/patch-movesprite.cpp	Thu Jan  1 01:00:00 1970
+++ ktritoc/files/patch-movesprite.cpp	Wed Oct 22 02:40:04 2003
@@ -0,0 +1,11 @@
+--- ktritoc/ktritoc/movesprite.cpp.orig	Wed Oct 22 02:37:18 2003
++++ ktritoc/ktritoc/movesprite.cpp	Wed Oct 22 02:37:33 2003
+@@ -93,7 +93,7 @@
+ }
+ 
+ // Type = 0: cycle, 1: oscillate
+-void MoveSprite::setAnimation(int delay=1, int type)
++void MoveSprite::setAnimation(int delay, int type)
+ {
+   mAnimDelay = delay;
+   mAnimCount = 0;
--- ktritoc.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031022005441.AA7044C>