summaryrefslogtreecommitdiff
path: root/games/ktritoc/files/patch-movesprite.cpp
blob: 54466fcbb37de47f8b5a90a0a2016ed7b5c493fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;