diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-12 09:02:50 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-12 09:02:50 +0100 |
commit | 0522ef659553292f546fb1f3af43cfd2f4b07bb2 (patch) | |
tree | af5c439fa02a4afdd5f887e86180b39857d9c5f0 /gramscii.h | |
parent | a46183e96042cf751199f0a06d437a599f7f5bf8 (diff) |
fix read of command scripts and script-mode
Diffstat (limited to 'gramscii.h')
-rw-r--r-- | gramscii.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |