1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Refactoring

This commit is contained in:
Bertrand Songis 2016-08-01 20:25:07 +02:00
parent adeb53c726
commit 400faee588
31 changed files with 491 additions and 950 deletions

View file

@ -426,7 +426,7 @@ void luaLoadPermanentScripts()
void displayLuaError(const char * title)
{
#if !defined(COLORLCD)
displayBox(title);
drawMessageBox(title);
#endif
if (lua_warning_info[0]) {
char * split = strstr(lua_warning_info, ": ");