http://ufoai.ninex.info/forum/index.php?topic=3843.msg40835#msg40835The game just hang if you try to run it (on Win32 and XPx64)
If you dont have config.cfg or if in config.cfg
set cl_introshown "0" a
is present
If i change
src/client/cl_main.c
cl_introshown = Cvar_Get("cl_introshown", "
0", CVAR_ARCHIVE, "Only show the intro once at the initial start");
to
cl_introshown = Cvar_Get("cl_introshown", "
1", CVAR_ARCHIVE, "Only show the intro once at the initial start");
i can run the game if no config.cfg was found
but
if set cl_introshown "0" a is set in config.cfg the game will still hang
Is this problem special to windows