View | Details | Raw Unified | Return to bug 58357
Collapse All | Expand All

(-)ktritoc/files/patch-movesprite.cpp (+11 lines)
Line 0 Link Here
1
--- ktritoc/ktritoc/movesprite.cpp.orig	Wed Oct 22 02:37:18 2003
2
+++ ktritoc/ktritoc/movesprite.cpp	Wed Oct 22 02:37:33 2003
3
@@ -93,7 +93,7 @@
4
 }
5
 
6
 // Type = 0: cycle, 1: oscillate
7
-void MoveSprite::setAnimation(int delay=1, int type)
8
+void MoveSprite::setAnimation(int delay, int type)
9
 {
10
   mAnimDelay = delay;
11
   mAnimCount = 0;

Return to bug 58357