Path: utzoo!attcan!uunet!samsung!usc!snorkelwacker!ira.uka.de!fauern!fauern!agmuelle From: agmuelle@medusa.informatik.uni-erlangen.de (Gil Mueller ) Newsgroups: comp.sources.games.bugs Subject: GB3 Bug Keywords: GB3 Message-ID: <2926@medusa.informatik.uni-erlangen.de> Date: 27 Jun 90 13:00:03 GMT Distribution: comp Organization: CSD, University of Erlangen, W-Germany Lines: 12 I found a (simple) bug in file build.c. If you tried to build something in a factory you got always (if your were not god) a message like not enough resources. To fix that change line 463 in build.c: planet[Playernum-1].info->resource < dirship->build_cost) { in planet->info[Playernum-1].resource < dirship->build_cost) { Gil Mueller agmuelle@immd4.informatik.uni-erlangen.de