add front and central diff to setup menu

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7161 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9ad710b76634a2b182b71d7d129e2f5105707c75
Former-commit-id: 31bee295c0ec5a912bedcc8e684aa2aaa9f47b4b
This commit is contained in:
iobyte 2020-07-31 16:46:46 +00:00
parent 83d03ff4d2
commit 8daefe9fa2

View file

@ -310,6 +310,10 @@ void CarSetupMenu::updateControls()
GfuiEditboxSetString(getMenuHandle(), att.editId, "----");
GfuiEnable(getMenuHandle(), att.editId, GFUI_DISABLE);
}
else if (att.type == "combo")
{
GfuiComboboxClear(getMenuHandle(), att.comboId);
}
}
}
}