Path: utzoo!mnetor!uunet!husc6!rutgers!ames!ucbcad!ucbvax!cbosgd!osu-cis!tut!lvc From: lvc@tut.cis.ohio-state.edu (Lawrence V. Cipriani) Newsgroups: comp.sources.bugs Subject: Bug in latest distribution of trek73 Message-ID: <3370@tut.cis.ohio-state.edu> Date: 19 Dec 87 13:56:16 GMT Organization: Ohio State Computer & Info Science Lines: 14 Keywords: bug games trek In the init.c file of the latest trek73 distribution there is an extra semicolon on line 137: 137 for (loop = 0; loop < shipnum; loop++); 138 slots[loop] = 'X'; This should be: 137 for (loop = 0; loop < shipnum; loop++) 138 slots[loop] = 'X'; -- Larry Cipriani AT&T Network Systems at cbosgd!osu-cis!tut!lvc Ohio State University