From a1d355d0be8dfe0e3c1227a8f17ada609041ece4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 14 Nov 2018 19:55:14 -0800 Subject: GLK: FROTZ: Move ostream_* flags from GlkInterface to Processor --- engines/glk/frotz/processor.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/glk/frotz/processor.h') diff --git a/engines/glk/frotz/processor.h b/engines/glk/frotz/processor.h index ddb264ca3f..1a1dfc5fe3 100644 --- a/engines/glk/frotz/processor.h +++ b/engines/glk/frotz/processor.h @@ -88,6 +88,12 @@ private: // Stream related fields int script_width; strid_t sfp, rfp, pfp; + bool ostream_screen; + bool ostream_script; + bool ostream_memory; + bool ostream_record; + bool istream_replay; + bool message; Common::FixedStack _redirect; private: /** -- cgit v1.2.3