Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!agate!ICSI.Berkeley.EDU!stolcke From: stolcke@ICSI.Berkeley.EDU (Andreas Stolcke) Newsgroups: comp.windows.x Subject: Re: Xbzone avaliable on expo Message-ID: <1990Dec6.204652.7166@agate.berkeley.edu> Date: 6 Dec 90 20:46:52 GMT References: <7647@umd5.umd.edu>, , <1990Dec4.164013.5165@rice.edu> <34056@netnews.upenn.edu> <1990Dec5.153749.5544@rice.edu> <18.275e2dae@idicl1.idi.battelle.org> Sender: usenet@agate.berkeley.edu (USENET Administrator) Reply-To: stolcke@ICSI.Berkeley.EDU (Andreas Stolcke) Distribution: na Organization: International Computer Science Institute, Berkeley, CA Lines: 31 In article <18.275e2dae@idicl1.idi.battelle.org>, grywalski@idicl1.idi.battelle.org writes: |> In article <1990Dec5.153749.5544@rice.edu>, uk1@sirius.rice.edu (Paul A. Scowen) writes: |> > Control C seems to work OK, anyone get a highscore table at the end yet? I |> > think its supposed to have one. |> |> In the copy of the source I have, someone changed the program to |> terminate before the high score keeping is done. excerpt follows... |> If you reenable the score file business, you might also want to fix the caldecodelocaltime_() function which is only a dummy in the original gpr.c, like this: #include void caldecodelocaltime_ (array) long *array; { time_t clock; struct tm *lt; (void) time(&clock); lt = localtime(&clock); array[0] = lt->tm_year + 1900; array[1] = lt->tm_mon; array[2] = lt->tm_mday; } -- Andreas Stolcke International Computer Science Institute stolcke@icsi.Berkeley.EDU 1957 Center St., Suite 600, Berkeley, CA 94704 (415) 642-4274 ext. 126