Path: utzoo!lsuc!hcr!tom
From: tom@hcr.UUCP (Tom Kelly)
Newsgroups: unix-pc.general
Subject: Re: pong.c build?
Message-ID: <3274@hcr.UUCP>
Date: Fri, 6-May-88 07:12:44 EDT
Article-I.D.: hcr.3274
Posted: Fri May  6 07:12:44 1988
References: <4560@ihlpf.ATT.COM> <4920@cup.portal.com>
Reply-To: tom@hcr.UUCP (Tom Kelly)
Distribution: unix-pc
Organization: HCR Corporation, Toronto
Lines: 25
Summary: 

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