[unix-pc.general] pong.c build?

tom@hcr.UUCP (Tom Kelly) (05/06/88)

In article <4920@cup.portal.com> thad@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