Skip to content

Commit

Permalink
Fixed bug where NoteHr() would not draw anything
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jun 12, 2011
1 parent 3ab1b48 commit 8f0153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProcessPreviousLine.cpp
Expand Up @@ -432,7 +432,7 @@ assemble the full text of the original line.
// nb. if you get tempted to you will get a stack overflow when
// a trigger does a world.note

if (flags & NOTE_OR_COMMAND)
if (flags & (NOTE_OR_COMMAND | HORIZ_RULE))
return false; // done all we need to do, unless input from MUD

// We can be in a plugin if we had a prompt, which was not terminated, then
Expand Down

0 comments on commit 8f0153c

Please sign in to comment.