1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +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"
"\n"
"; Should the window be resizeable by the user in windowed mode?\n"
"resizeable=true\n"
"resizable=true\n"
"\n"
"; Enable linear (D3DTEXF_LINEAR) upscaling filter for the direct3d9 renderer (16 bit color depth games only)\n"
"d3d9linear=true\n"