Skip to content

Commit

Permalink
Fix for Mantis bug 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ganelson committed Apr 9, 2022
1 parent 3441f24 commit 06fb9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inform7/if-module/Chapter 4/Action Name Lists.w
Expand Up @@ -687,6 +687,7 @@ action_name_list *ActionNameLists::parse(wording W, int tense, int *sense) {
@<Something except X with@> =
anl_entry *entry = RP[1];
if ((entry == NULL) ||
(entry->item.action_listed == NULL) ||
(ActionSemantics::can_have_noun(entry->item.action_listed) == FALSE)) {
==> { fail production };
}
Expand Down

0 comments on commit 06fb9a8

Please sign in to comment.