Skip to content

Commit

Permalink
Added eKeepEvaluating flag to AddAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Mar 7, 2011
1 parent ddaf1ab commit 4821326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripting/methods/methods_aliases.cpp
Expand Up @@ -211,6 +211,7 @@ bool bReplace = false;
alias_item->bMenu = (Flags & eAliasMenu) != 0;
alias_item->bTemporary = (Flags & eTemporary) != 0;
alias_item->bOneShot = (Flags & eAliasOneShot) != 0;
alias_item->bKeepEvaluating = (Flags & eKeepEvaluating) != 0;
alias_item->strProcedure = ScriptName;
alias_item->strLabel = AliasName;
alias_item->dispid = dispid;
Expand Down

0 comments on commit 4821326

Please sign in to comment.