diff options
Diffstat (limited to 'games/ktritoc/files/patch-movesprite.cpp')
-rw-r--r-- | games/ktritoc/files/patch-movesprite.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/ktritoc/files/patch-movesprite.cpp b/games/ktritoc/files/patch-movesprite.cpp deleted file mode 100644 index 54466fcbb37d..000000000000 --- a/games/ktritoc/files/patch-movesprite.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |