[comp.sources.games.bugs] GB3 Bug

agmuelle@medusa.informatik.uni-erlangen.de (Gil Mueller ) (06/27/90)

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