From 0bf8ed477f3de01fa25744b3383da3ca48c95e90 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 23 Oct 2003 18:03:33 +0000 Subject: Fix build on -CURRENT PR: 58357 Submitted by: Markus Brueffer --- games/ktritoc/files/patch-movesprite.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/ktritoc/files/patch-movesprite.cpp (limited to 'games/ktritoc/files') 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; -- cgit v1.2.3