diff --git a/src/sp65/lynxsprite.c b/src/sp65/lynxsprite.c index 74add649a..58262cd6c 100644 --- a/src/sp65/lynxsprite.c +++ b/src/sp65/lynxsprite.c @@ -258,6 +258,9 @@ StrBuf* GenLynxSprite (const Bitmap* B, const Collection* A) if ((OY == 0) && (OX == 0)) { /* Trivial case only one quadrant */ + /* Mark end of sprite */ + SB_AppendChar (D, 0); + /* Return the converted bitmap */ return D; }