Closed vafada closed 1 year ago
in kq1,
see video of the bug:
https://user-images.githubusercontent.com/285941/201479023-1e280054-dc14-4376-9e95-ea1cea5fa36c.mp4
the OverlayPic in the script buffer draws/overlay the pic to the view but doesn't actually render the updated pic.
OverlayPic
just calling OverlayPicture(scriptBufferEvent.resourceNumber); should fix the issue
OverlayPicture(scriptBufferEvent.resourceNumber);
Also cleanup code
The field 'AgileForm.nullXML' is assigned but its value is never used
priorityBitmap
attaching save game incase you want to reproduce the issue:
KQ1SG.zip
Looks good to me.
in kq1,
see video of the bug:
https://user-images.githubusercontent.com/285941/201479023-1e280054-dc14-4376-9e95-ea1cea5fa36c.mp4
the
OverlayPic
in the script buffer draws/overlay the pic to the view but doesn't actually render the updated pic.just calling
OverlayPicture(scriptBufferEvent.resourceNumber);
should fix the issueAlso cleanup code
The field 'AgileForm.nullXML' is assigned but its value is never used
priorityBitmap
variable