From 2331a0e9fb3dfe335c15c470d3e7da49cc7ac5f7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 26 Nov 2018 22:18:45 -0800 Subject: GLK: FROTZ: Quetzal saving and loading now works --- engines/glk/frotz/processor.h | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'engines/glk/frotz/processor.h') diff --git a/engines/glk/frotz/processor.h b/engines/glk/frotz/processor.h index 77a673df9d..fb9c12f86f 100644 --- a/engines/glk/frotz/processor.h +++ b/engines/glk/frotz/processor.h @@ -95,7 +95,7 @@ private: bool istream_replay; bool message; Common::FixedStack _redirect; -private: +protected: /** * \defgroup General support methods * @{ @@ -189,6 +189,11 @@ private: */ void new_line(); + /** + * Copy the contents of the text buffer to the output streams. + */ + void flush_buffer(); + /** * Returns true if the buffer is empty */ @@ -1540,18 +1545,6 @@ protected: void z_store(); /**@}*/ - - /** - * \defgroup Input support methods - * @{ - */ - - /** - * Copy the contents of the text buffer to the output streams. - */ - void flush_buffer(); - - /**@}*/ public: /** * Constructor -- cgit v1.2.3