mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
log ini section
This commit is contained in:
parent
d0dbb16b9b
commit
a291508432
@ -1454,6 +1454,8 @@ static void cfg_init()
|
||||
|
||||
ini_create(&g_config.ini, g_config.ini_path);
|
||||
cfg_get_game_section(g_config.game_section, sizeof(g_config.game_section));
|
||||
|
||||
TRACE("section = %s\n", g_config.game_section[0] ? g_config.game_section : "ddraw");
|
||||
}
|
||||
|
||||
static DWORD cfg_get_game_section(LPSTR buf, DWORD size)
|
||||
|
Loading…
x
Reference in New Issue
Block a user