Browse Source

engine/client: always save touch config if it was resetted manually (helps after writing broken/empty config)

pull/2/head
mittorn 12 months ago committed by Alibek Omarov
parent
commit
14c7a84482
  1. 1
      engine/client/in_touch.c

1
engine/client/in_touch.c

@ -817,6 +817,7 @@ static void Touch_LoadDefaults_f( void ) @@ -817,6 +817,7 @@ static void Touch_LoadDefaults_f( void )
button->flags |= g_DefaultButtons[i].flags;
button->aspect = g_DefaultButtons[i].aspect;
}
touch.configchanged = true;
}
// Add default button from client

Loading…
Cancel
Save