diff --git a/rc.c b/rc.c index 648cd4e..91b7b50 100644 --- a/rc.c +++ b/rc.c @@ -4394,7 +4394,7 @@ int movesprite(sprite_t *s) { if ((ss->id == P_FLY) && (ss->owner == s)) { ss->timer1 = KFS_HORZPUSH; ss->timer2 = n * (640/(numflies+1)); // target x -printf("setting target to %d\n",ss->timer2); +//printf("setting target to %d\n",ss->timer2); n++; } } @@ -4485,7 +4485,7 @@ printf("setting target to %d\n",ss->timer2); if ((ss->id == P_FLY) && (ss->owner == s)) { ss->timer1 = KFS_VERTPUSH; ss->timer2 = n * (480/(numflies+1)); // target x -printf("setting target to y = %d\n",ss->timer2); +//printf("setting target to y = %d\n",ss->timer2); n++; } }