mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Make functions static
This commit is contained in:
@@ -660,7 +660,7 @@ BOOLEAN LBENODE::Save( HWFILE hFile, bool fSavingMap )
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
BOOLEAN LoadArmsDealerInventoryFromSavedGameFile( HWFILE hFile )
|
||||
static BOOLEAN LoadArmsDealerInventoryFromSavedGameFile( HWFILE hFile )
|
||||
{
|
||||
UINT32 uiNumBytesRead;
|
||||
UINT8 ubArmsDealer;
|
||||
@@ -8663,7 +8663,7 @@ BOOLEAN SaveGeneralInfo( HWFILE hFile )
|
||||
extern UINT32 guiRainLoop;
|
||||
//end rain
|
||||
|
||||
void EnsureValidLoadScreen( UINT32* puiScreen )
|
||||
static void EnsureValidLoadScreen( UINT32* puiScreen )
|
||||
{
|
||||
if (!puiScreen)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user