diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-23 18:03:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-23 18:03:33 +0000 |
commit | 0bf8ed477f3de01fa25744b3383da3ca48c95e90 (patch) | |
tree | 557505d1eaa637b33459162acb0236fef1841b2d /games/ktritoc | |
parent | 83afbc311ef7a3e65e8f6ba025a6bbaa7812108a (diff) |
Notes
Diffstat (limited to 'games/ktritoc')
-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 000000000000..54466fcbb37d --- /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; |