[comp.sources.games.bugs] Omega enhencments

pf@diab.UUCP (Per Fogelstr|m) (01/28/88)

For those of you wich don't have a good C-compiler i will give the following
hints on how to fix some bugs in Omega. I'm not able to send diffs (lack of
time and disk space). But here are the hints...

ocom.c		line 1580	!possible = instead of ==.

oeffect2.c	line 712	! expression not used. (== instead of =).

ogen.c		line 462	! expression not used.

oguild.c	line 874	! expression not used.

oitemf.c	line 1265	! expression not used.
		line 1897	! posiible = instead of ==.

omon.c		line 140	! expression not used.
		line 144	! expression not used.

osite.c		line 690	! expression not used.

These programming errors was found by our highly optimizing C-compiler.
Most of the "expression not used" errors was because of missing assignment,
== used instead of =.

Hope this will make our playing more comfortable.

If the demands for diffs are great, i can spend a few ours this weekend to
post it, just slip a message....

cmoore@brl-adm.ARPA (Carl Moore ) (01/30/88)

Obviously you meant "hours" instead of "ours".
(Currently, I don't know how to post to UUCP addresses.)