Skip to content

Commit

Permalink
Added KeepEvaluating to the alias_flag table
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Mar 7, 2011
1 parent 4821326 commit 01a7858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripting/lua_methods.cpp
Expand Up @@ -7118,6 +7118,7 @@ static flags_pair alias_flags[] =
{

{ "Enabled", 1 }, // same as for AddTrigger
{ "KeepEvaluating", 8 }, // same as for AddTrigger
{ "IgnoreAliasCase", 32 }, // ignore case when matching
{ "OmitFromLogFile", 64 }, // omit this alias from the log file
{ "RegularExpression", 128 }, // alias is regular expressions
Expand Down

0 comments on commit 01a7858

Please sign in to comment.