mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 06:15:10 +03:00
Cosmetics
This commit is contained in:
parent
cff0b33f4b
commit
4825ffe2f3
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ bool luaLoadMixScript(uint8_t index)
|
|||
bool luaLoadFunctionScript(uint8_t index)
|
||||
{
|
||||
CustomFunctionData & fn = g_model.customFn[index];
|
||||
|
||||
|
||||
if (fn.func == FUNC_PLAY_SCRIPT && ZEXIST(fn.play.name)) {
|
||||
if (luaScriptsCount < MAX_SCRIPTS) {
|
||||
ScriptInternalData & sid = scriptInternalData[luaScriptsCount++];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue