pong.c build?

Tom Kelly tom at hcr.UUCP
Fri May 6 21:12:44 AEST 1988


In article <4920 at cup.portal.com> thad at cup.portal.com.UUCP writes:
>
>Besides which, everytime *I* win the &^%^%& thing does a core dump; when
>*IT* wins it "smartly" asks if I want to play again.  Sheesh.


I had the same problem, and fixed it with the following patch:

near line 196:

	if (who) mnu.m_title = "Good Game! Another ?";
	else mnu.m_title = "You Lose! Try Again ?";
+	mnu.m_prompt = 0;

near line 204

	mnu.m_cols = 1;
+	mnu.m_rows = 0;


Hope this helps.

Tom Kelly  (416) 922-1937
HCR Corporation, 130 Bloor St. W., Toronto, Ontario, Canada
{utzoo, ihnp4, decvax}!hcr!tom



More information about the Unix-pc.general mailing list