1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +00:00

Fix clean up of spriteWrite

This commit is contained in:
David Schmenk
2024-11-02 08:27:45 -07:00
parent eb43eb4e14
commit 224592679a
+1 -1
View File
@@ -165,7 +165,7 @@ export def spriteWrite(filestr, xorg, yorg, width, height, sprptr)#1
fileio:write(refnum, @width, 1)
fileio:write(refnum, @height, 1)
sprsize = (width + 1) / 2 * height
fileio:write(refnum, sprptr, sprsize) <> sprsize
fileio:write(refnum, sprptr, sprsize)
fileio:close(refnum)
fin
fin