aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/archetype.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-11-12 20:53:57 -0800
committerPaul Gilbert2019-11-12 20:54:06 -0800
commit536c1f0fa94982b34724c40214c91bd0b9629214 (patch)
tree5b1e06b86c7dfa7a3d9f0f1044f28251c02a5987 /engines/glk/archetype/archetype.h
parent92d4d43f326a196b927050353dab16b524e28cda (diff)
downloadscummvm-rg350-536c1f0fa94982b34724c40214c91bd0b9629214.tar.gz
scummvm-rg350-536c1f0fa94982b34724c40214c91bd0b9629214.tar.bz2
scummvm-rg350-536c1f0fa94982b34724c40214c91bd0b9629214.zip
GLK: ARCHETYPE: Hooking up savegame code
Diffstat (limited to 'engines/glk/archetype/archetype.h')
-rw-r--r--engines/glk/archetype/archetype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/archetype/archetype.h b/engines/glk/archetype/archetype.h
index a54fa172de..beb67b6680 100644
--- a/engines/glk/archetype/archetype.h
+++ b/engines/glk/archetype/archetype.h
@@ -46,8 +46,8 @@ enum DebugFlag {
class Archetype : public GlkAPI {
private:
int _saveSlot;
- bool Translating;
winid_t _mainWindow;
+ String _lastOutputText;
public:
// keywords.cpp
XArrayType Literals, Vocabulary;