From 2f62d6fe44891b1d46b7cf9bdf511ad1944884d7 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:21:44 +0200 Subject: [PATCH] Set functions static --- Ja2/jascreens.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ja2/jascreens.cpp b/Ja2/jascreens.cpp index a23fdbe7..1b41bfd4 100644 --- a/Ja2/jascreens.cpp +++ b/Ja2/jascreens.cpp @@ -650,7 +650,7 @@ UINT32 DebugScreenInit(void) } -BOOLEAN CheckForAndExitTacticalDebug( ) +static BOOLEAN CheckForAndExitTacticalDebug( ) { if ( gfExitDebugScreen ) { @@ -667,7 +667,7 @@ BOOLEAN CheckForAndExitTacticalDebug( ) return( FALSE ); } -void ExitDebugScreen( ) +static void ExitDebugScreen( ) { if ( guiCurrentScreen == DEBUG_SCREEN ) { @@ -922,7 +922,7 @@ UINT32 DemoExitScreenInit(void) } -void DoneFadeOutForDemoExitScreen( void ) +static void DoneFadeOutForDemoExitScreen( void ) { gfProgramIsRunning = FALSE; } @@ -930,7 +930,7 @@ void DoneFadeOutForDemoExitScreen( void ) // unused //extern INT8 gbFadeSpeed; -void DisplayTopwareGermanyAddress() +static void DisplayTopwareGermanyAddress() { VOBJECT_DESC vo_desc; UINT32 uiTempID;