aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/mem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/mem.cpp')
-rw-r--r--engines/glk/frotz/mem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/mem.cpp b/engines/glk/frotz/mem.cpp
index ea3ca183c7..32e3ab3159 100644
--- a/engines/glk/frotz/mem.cpp
+++ b/engines/glk/frotz/mem.cpp
@@ -29,7 +29,7 @@ namespace Glk {
namespace Frotz {
Mem::Mem() : story_fp(nullptr), story_size(0), first_undo(nullptr), last_undo(nullptr),
- curr_undo(nullptr), undo_mem(nullptr), zmp(nullptr), prev_zmp(nullptr),
+ curr_undo(nullptr), undo_mem(nullptr), zmp(nullptr), pcp(nullptr), prev_zmp(nullptr),
undo_diff(nullptr), undo_count(0), reserve_mem(0) {
}