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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user