Set functions static

This commit is contained in:
Asdow
2025-12-03 23:52:05 +02:00
parent 977b7a5b2d
commit 5b4099a828
+2 -2
View File
@@ -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;