mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
Another big refactoring
This commit is contained in:
parent
52435703a0
commit
7fbd963b3f
140 changed files with 1311 additions and 1292 deletions
|
@ -794,7 +794,7 @@ static int luaPopupInput(lua_State * L)
|
|||
warningInputValueMax = luaL_checkinteger(L, 5);
|
||||
warningText = luaL_checkstring(L, 1);
|
||||
warningType = WARNING_TYPE_INPUT;
|
||||
displayWarning(event);
|
||||
runPopupWarning(event);
|
||||
if (warningResult) {
|
||||
warningResult = 0;
|
||||
lua_pushstring(L, "OK");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue