1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

fix .ini key name

This commit is contained in:
FunkyFr3sh 2021-06-05 02:50:23 +02:00
parent f432aefcb6
commit ac5c76f062

View File

@ -281,7 +281,7 @@ static void cfg_create_ini()
"savesettings=1\n" "savesettings=1\n"
"\n" "\n"
"; Should the window be resizeable by the user in windowed mode?\n" "; Should the window be resizeable by the user in windowed mode?\n"
"resizeable=true\n" "resizable=true\n"
"\n" "\n"
"; Enable linear (D3DTEXF_LINEAR) upscaling filter for the direct3d9 renderer (16 bit color depth games only)\n" "; Enable linear (D3DTEXF_LINEAR) upscaling filter for the direct3d9 renderer (16 bit color depth games only)\n"
"d3d9linear=true\n" "d3d9linear=true\n"