Skip to content

Commit

Permalink
YAYA Tc571-3 の TOAUTO / CVAUTO の第2引数廃止に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Jul 10, 2022
1 parent 2acc321 commit 8208d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions yaya_saori/builtins.aym
Original file line number Diff line number Diff line change
Expand Up @@ -1179,12 +1179,7 @@ cvauto
-1
return
}
elseif REQ.ARGS[1]!="" {
RES.RESULT = CVAUTO(REQ.ARGS[0],REQ.ARGS[1])
}
else {
RES.RESULT = CVAUTO(REQ.ARGS[0])
}
RES.RESULT = CVAUTO(REQ.ARGS[0])
}

execute
Expand Down Expand Up @@ -1439,12 +1434,7 @@ toauto
-1
return
}
elseif REQ.ARGS[1]!="" {
RES.RESULT = TOAUTO(REQ.ARGS[0],REQ.ARGS[1])
}
else {
RES.RESULT = TOAUTO(REQ.ARGS[0])
}
RES.RESULT = TOAUTO(REQ.ARGS[0])
}

zen2han
Expand Down
Binary file modified yaya_saori/yaya.dll
Binary file not shown.

0 comments on commit 8208d59

Please sign in to comment.