Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!watmath!clyde!masscomp!amg
From: amg@masscomp.UUCP
Newsgroups: net.sources.games
Subject: Bug in Trek73
Message-ID: <1252@masscomp.UUCP>
Date: Thu, 11-Dec-86 16:27:07 EST
Article-I.D.: masscomp.1252
Posted: Thu Dec 11 16:27:07 1986
Date-Received: Mon, 15-Dec-86 03:06:25 EST
Reply-To: amg@masscomp.UUCP (Andy Groh)
Distribution: world
Organization: MASSCOMP - Westford, Ma
Lines: 10

In Trek73, the routine round is not declared in cmds2.c where it
is used.  This probably will not cause a problem for most people, but
at least with masscomp compilers, all floats are passed as doubles
on the stack and so the default definition of int round() will
not work.   This shows up when you use command 12.  This
can be fixed by adding
extern float round;
at the top of cmds2.c

Andrew Groh