From b4aa853e6fa15835a0f8cf862cd9639bc7e9dfb2 Mon Sep 17 00:00:00 2001 From: karri Date: Fri, 30 Dec 2022 12:21:49 +0200 Subject: [PATCH] Add fixed Lynx sprite generation --- src/sp65/lynxsprite.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sp65/lynxsprite.h b/src/sp65/lynxsprite.h index fe686ec8e..e700b4f46 100644 --- a/src/sp65/lynxsprite.h +++ b/src/sp65/lynxsprite.h @@ -54,9 +54,9 @@ StrBuf* GenLynxSprite (const Bitmap* B, const Collection* A); -/* Generate binary output in packed Lynx sprite format for the bitmap B. The output -** is stored in a string buffer (which is actually a dynamic char array) and -** returned. +/* Generate binary output in packed Lynx sprite format for the bitmap B. +** The output is stored in a string buffer (which is actually a dynamic +** char array) and returned. */