Skip to content

Commit c7811d3

Browse files
committed
Fix d5a7b85: Action 4 data broken for nforenum.
Data for action 4 is two lists, only the second list was updated.
1 parent f5837f8 commit c7811d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/data.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,9 @@ NDF_HEADER(0x03, 5),
10801080
/*0F*/0,
10811081
/*10*/0,
10821082
/*11*/ CTRL_COLOR,
1083+
/*12*/0,
1084+
/*13*/0,
1085+
/*14*/0,
10831086
// Rules for two-byte IDs:
10841087
/*00*/CTRL_SPACE | CTRL_NEWLINE | CTRL_COLOR,
10851088
/*01*/CTRL_SPACE | CTRL_NEWLINE | CTRL_COLOR,

0 commit comments

Comments
 (0)