aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/herun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/hugo/herun.cpp')
-rw-r--r--engines/glk/hugo/herun.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/hugo/herun.cpp b/engines/glk/hugo/herun.cpp
index cb33ef9160..dca7ac2333 100644
--- a/engines/glk/hugo/herun.cpp
+++ b/engines/glk/hugo/herun.cpp
@@ -250,7 +250,7 @@ Start:
do
{
FreshInput:
- if (full_buffer != true)
+ if (full_buffer != 1)
{
newinput = true;
speaking = 0;
@@ -325,7 +325,7 @@ FreshInput:
RecordedNewline:;
}
}
- else full_buffer = false;
+ else full_buffer = 0;
if (!strcmp(buffer, "") || buffer[0]=='.')
{