]> git.draconx.ca Git - liblbx.git/commit
Fixes to image processing.
authorNick Bowler <draconx@gmail.com>
Mon, 31 Dec 2007 09:40:18 +0000 (04:40 -0500)
committerNick Bowler <draconx@gmail.com>
Mon, 31 Dec 2007 09:40:18 +0000 (04:40 -0500)
commita5ebd4f7732ad6846b0dc992c8d43cac636f580d
treef4c211da52cff7ade75cefc6c842e5ad90222ac6
parent256bcecd3a9a7666c81bb175095402f984379b77
Fixes to image processing.

The noffsets and nframes values stored in image files appear to be one less
than what they actually are, so increment them on load.  This makes single
frame images work.

If the xval read on a 'type 0' row command is 1000, stop processing the frame.
This makes the 50th frame of mainmenu.lbx.000 work.
src/image.c