From 5b4099a8288af2d185cfa1999c0ab1b62f59b571 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:47:00 +0200 Subject: [PATCH] Set functions static --- Ja2/aniviewscreen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ja2/aniviewscreen.cpp b/Ja2/aniviewscreen.cpp index 4106922a..39e522ef 100644 --- a/Ja2/aniviewscreen.cpp +++ b/Ja2/aniviewscreen.cpp @@ -44,7 +44,7 @@ static UINT8 ubNumStates = 0; static UINT16 *pusStates = NULL; static INT8 ubCurLoadedState = 0; -void CycleAnimations( ) +static void CycleAnimations( ) { INT32 cnt; @@ -318,7 +318,7 @@ UINT32 AniEditScreenHandle(void) } -UINT16 GetAnimStateFromName( STR8 zName ) +static UINT16 GetAnimStateFromName( STR8 zName ) { INT32 cnt;