mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-25 22:34:24 +00:00
engine/client: always save touch config if it was resetted manually (helps after writing broken/empty config)
This commit is contained in:
parent
c1d1aa6787
commit
14c7a84482
@ -817,6 +817,7 @@ static void Touch_LoadDefaults_f( void )
|
|||||||
button->flags |= g_DefaultButtons[i].flags;
|
button->flags |= g_DefaultButtons[i].flags;
|
||||||
button->aspect = g_DefaultButtons[i].aspect;
|
button->aspect = g_DefaultButtons[i].aspect;
|
||||||
}
|
}
|
||||||
|
touch.configchanged = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add default button from client
|
// Add default button from client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user