[net.micro.amiga] extra character in yaboing.c

ali@navajo.STANFORD.EDU (Ali Ozer) (09/22/86)

[]

There is a carriage return inserted in line 410 of yaboing.c (which I
posted a few hours ago). It certainly wasn't there on the Amiga, I guess
the line eater stuck it in there just before I posted it. (Who says line
eaters only eat lines?) Anyway, where it says 

   for (line = 0; line < SPRHEIGHT * 2; line++) *c
w++ = *ball++;

in routine InitSprites, get rid of the ^M in between the "*c" and "w++". 
Enjoy!

Ali