Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!rutgers!clyde!masscomp!amg
From: amg@masscomp.UUCP (Andy Groh)
Newsgroups: net.sources.games
Subject: bug in empire
Message-ID: <1317@masscomp.UUCP>
Date: Fri, 19-Dec-86 15:31:57 EST
Article-I.D.: masscomp.1317
Posted: Fri Dec 19 15:31:57 1986
Date-Received: Sat, 20-Dec-86 08:35:47 EST
Reply-To: amg@masscomp.UUCP (Andy Groh)
Distribution: world
Organization: MASSCOMP - Westford, Ma
Lines: 16


A couple of things I have run into.

1)
The paramter AREA to the function SET is declared as a Character but
pass in from gen as an integer.  This caused a problem with
my fortran compiler (AREA was always zero).  A fix for this
is to declare it as an INTEGER in SET and then convert it to a character
when you need to use it with the CHAR function in fortran.

2)
This program was written for BSD4.2 UNIX not ATT Unix.  For ATT Unix, one
change that you will have to make is the call to select in delay.


Andrew Groh