in kill.cob:
01 DAMAGE-AMOUNT FLOAT-SHORT VALUE 3.40282346638528859811704183484516925E+38.
that's too big for FLOAT-SHORT (and that item is also passed to other programs as FLOAT-SHORT and there subtracted from another FLOAT-SHORT).
I guess that the smaller floating point is enough, in which case its VALUE should be adjusted.
in kill.cob:
that's too big for FLOAT-SHORT (and that item is also passed to other programs as FLOAT-SHORT and there subtracted from another FLOAT-SHORT).
I guess that the smaller floating point is enough, in which case its VALUE should be adjusted.