mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
set functions static
This commit is contained in:
@@ -96,14 +96,14 @@ UINT8 gubCheatLevel = STARTING_CHEAT_LEVEL;
|
||||
UINT8 gubScreenCount=0;
|
||||
|
||||
#ifdef JA2UB
|
||||
void InitCustomStrategicLayer ( void )
|
||||
static void InitCustomStrategicLayer ( void )
|
||||
{
|
||||
LetLuaGameInit(2); //load custom InitStrategicLayer
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void InitNPCs( void )
|
||||
static void InitNPCs( void )
|
||||
{
|
||||
|
||||
#ifdef LUA_GAME_INIT_NPCS
|
||||
|
||||
Reference in New Issue
Block a user