Commit 0004894
Fix broken step reference in “fire a DND event” algorithm
A step in the “fire a DND event” algorithm referred back to an action occurring
in the “first step” of the algorithm, but since the time when that reference was
first made, additional steps were apparently added to the beginning of the
algorithm such that what had been the first step is now step 3. So this change
refines the algorithm to instead set and use an internal flag rather than
relying on a hardcoded reference back to a specific step.
Credit to @rniwa for catching it.1 parent cb8405e commit 0004894
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75709 | 75709 | | |
75710 | 75710 | | |
75711 | 75711 | | |
| 75712 | + | |
| 75713 | + | |
75712 | 75714 | | |
75713 | 75715 | | |
75714 | 75716 | | |
| |||
75717 | 75719 | | |
75718 | 75720 | | |
75719 | 75721 | | |
75720 | | - | |
75721 | | - | |
| 75722 | + | |
| 75723 | + | |
| 75724 | + | |
75722 | 75725 | | |
75723 | 75726 | | |
75724 | 75727 | | |
| |||
75850 | 75853 | | |
75851 | 75854 | | |
75852 | 75855 | | |
75853 | | - | |
75854 | | - | |
| 75856 | + | |
| 75857 | + | |
75855 | 75858 | | |
75856 | 75859 | | |
75857 | 75860 | | |
| |||
0 commit comments