1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Fix Android build, but there is a remaining linking issue in guiConfirmRegistration

* Also fix variable name overloading in guiConfirmRegistration
This commit is contained in:
Loic Blot 2018-03-11 17:45:58 +01:00
parent 22a891a925
commit a1c5a01142
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
4 changed files with 31 additions and 20 deletions

View file

@ -1039,7 +1039,7 @@ void GUIFormSpecMenu::createTextField(parserData *data, FieldSpec &spec,
}
if (e) {
if (is_editable && spec.fname == data->focused_fieldname)
if (is_editable && spec.fname == data->focused_fieldname)
Environment->setFocus(e);
if (is_multiline) {