From 0522ef659553292f546fb1f3af43cfd2f4b07bb2 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 12 Aug 2019 09:02:50 +0100 Subject: fix read of command scripts and script-mode --- gramscii.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gramscii.h') diff --git a/gramscii.h b/gramscii.h index 6419961..0bad4f2 100644 --- a/gramscii.h +++ b/gramscii.h @@ -129,7 +129,7 @@ char modified; /* set to 1 if screen modified since last save */ char fname[256]; -char silent; /* set to 1 in script-mode */ +char script; /* set to 1 in script-mode */ char autoend; /* set to 1 in auto-arrow mode */ /* Used by draw_arrow to identify the bounding box */ -- cgit v1.2.3