aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/engine/said.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/said.y b/engines/sci/engine/said.y
index 8ecb0a20c8..e525ff66b0 100644
--- a/engines/sci/engine/said.y
+++ b/engines/sci/engine/said.y
@@ -177,7 +177,7 @@ cwordset : wordset
wordset : word
{ $$ = $1; }
| YY_PARENO expr YY_PARENC
- { $$ = $1; }
+ { $$ = $2; }
| wordset YY_COMMA wordset
{ $$ = said_attach_branch($1, $3); }
| wordset YY_BRACKETSO_LT wordrefset YY_BRACKETSC