Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ll-xn!nike!oliveb!glacier!navajo!ali From: ali@navajo.STANFORD.EDU (Ali Ozer) Newsgroups: net.micro.amiga Subject: extra character in yaboing.c Message-ID: <848@navajo.STANFORD.EDU> Date: Mon, 22-Sep-86 15:11:02 EDT Article-I.D.: navajo.848 Posted: Mon Sep 22 15:11:02 1986 Date-Received: Tue, 23-Sep-86 03:52:44 EDT Reply-To: ali@navajo.ARPA (Ali Ozer) Organization: Stanford University Lines: 14 [] 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