aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/said.y
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/said.y')
-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 b479834bfa..d2a1c2cc84 100644
--- a/engines/sci/engine/said.y
+++ b/engines/sci/engine/said.y
@@ -822,7 +822,7 @@ int said(EngineState *s, byte *spec, int verbose) {
int main (int argc, char *argv) {
byte block[] = {0x01, 0x00, 0xf8, 0xf5, 0x02, 0x01, 0xf6, 0xf2, 0x02, 0x01, 0xf2, 0x01, 0x03, 0xff};
EngineState s;
- con_passthrough = 1;
+ con_passthrough = true;
s.parser_valid = 1;
said(&s, block);