revert changes
This commit is contained in:
parent
15cee173fc
commit
62688e93d4
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ typedef struct CNCDDRAWCONFIG
|
|||
|
||||
extern CNCDDRAWCONFIG g_config;
|
||||
|
||||
void cfg_init();
|
||||
void cfg_load();
|
||||
void cfg_save();
|
||||
|
||||
|
|
|
@ -1054,7 +1054,7 @@ static void cfg_create_ini()
|
|||
}
|
||||
}
|
||||
|
||||
void cfg_init()
|
||||
static void cfg_init()
|
||||
{
|
||||
/* get process filename and directory */
|
||||
if (GetModuleFileNameA(NULL, g_config.game_path, sizeof(g_config.game_path) - 1) > 0)
|
||||
|
|
Loading…
Reference in a new issue