diff --git a/src/config.c b/src/config.c index d429fd3..8b2d44a 100644 --- a/src/config.c +++ b/src/config.c @@ -1370,6 +1370,11 @@ static void cfg_create_ini() "game_handles_close=true\n" "max_resolutions=32\n" "\n" + "; The Missing on Lost Island\n" + "[Island]\n" + "lock_mouse_top_left=true\n" + "fixchilds=3\n" + "\n" "; The X-Files DVD\n" "[XFiles]\n" "windowed=true\n"