Set functions static

This commit is contained in:
Asdow
2025-12-03 23:52:05 +02:00
parent 6e94ac144b
commit 2f62d6fe44
+4 -4
View File
@@ -650,7 +650,7 @@ UINT32 DebugScreenInit(void)
} }
BOOLEAN CheckForAndExitTacticalDebug( ) static BOOLEAN CheckForAndExitTacticalDebug( )
{ {
if ( gfExitDebugScreen ) if ( gfExitDebugScreen )
{ {
@@ -667,7 +667,7 @@ BOOLEAN CheckForAndExitTacticalDebug( )
return( FALSE ); return( FALSE );
} }
void ExitDebugScreen( ) static void ExitDebugScreen( )
{ {
if ( guiCurrentScreen == DEBUG_SCREEN ) if ( guiCurrentScreen == DEBUG_SCREEN )
{ {
@@ -922,7 +922,7 @@ UINT32 DemoExitScreenInit(void)
} }
void DoneFadeOutForDemoExitScreen( void ) static void DoneFadeOutForDemoExitScreen( void )
{ {
gfProgramIsRunning = FALSE; gfProgramIsRunning = FALSE;
} }
@@ -930,7 +930,7 @@ void DoneFadeOutForDemoExitScreen( void )
// unused // unused
//extern INT8 gbFadeSpeed; //extern INT8 gbFadeSpeed;
void DisplayTopwareGermanyAddress() static void DisplayTopwareGermanyAddress()
{ {
VOBJECT_DESC vo_desc; VOBJECT_DESC vo_desc;
UINT32 uiTempID; UINT32 uiTempID;