From 4ded90b077e82f6b71f3ad55218d76ec3d9541f7 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:24:45 -0400 Subject: [PATCH] Update smk.h --- 3rdparty/smk/smk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/smk/smk.h b/3rdparty/smk/smk.h index b7c142c1..0a8624ad 100644 --- a/3rdparty/smk/smk.h +++ b/3rdparty/smk/smk.h @@ -40,7 +40,7 @@ struct Smack { unsigned long m_trackType[7]; unsigned long m_extra; unsigned long m_newPalette; - unsigned int m_palette[193]; + unsigned char m_palette[772]; unsigned long m_frameNum; unsigned long m_lastRectX; unsigned long m_lastRectY;