diff options
author | arved <arved@FreeBSD.org> | 2003-10-24 02:03:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-10-24 02:03:33 +0800 |
commit | ae75c206eeb3af58cbdbba9c335778016a6821e1 (patch) | |
tree | ab5b78b3ce16ca62e606c50dd365c2919a6d9f81 /games | |
parent | aabbde4145798f237548ebc4ba7510b6b1c160c6 (diff) | |
download | freebsd-ports-graphics-ae75c206eeb3af58cbdbba9c335778016a6821e1.tar.gz freebsd-ports-graphics-ae75c206eeb3af58cbdbba9c335778016a6821e1.tar.zst freebsd-ports-graphics-ae75c206eeb3af58cbdbba9c335778016a6821e1.zip |
Fix build on -CURRENT
PR: 58357
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Diffstat (limited to 'games')
-rw-r--r-- | games/ktritoc/files/patch-movesprite.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/ktritoc/files/patch-movesprite.cpp b/games/ktritoc/files/patch-movesprite.cpp new file mode 100644 index 00000000000..54466fcbb37 --- /dev/null +++ b/games/ktritoc/files/patch-movesprite.cpp @@ -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; |