aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/frotz/buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/frotz/buffer.cpp')
-rw-r--r--engines/gargoyle/frotz/buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/frotz/buffer.cpp b/engines/gargoyle/frotz/buffer.cpp
index 15ec771bfc..7d9e64465b 100644
--- a/engines/gargoyle/frotz/buffer.cpp
+++ b/engines/gargoyle/frotz/buffer.cpp
@@ -61,7 +61,7 @@ void Buffer::flush() {
void Buffer::printChar(zchar c) {
static bool flag = false;
- if (g_vm->_message || g_vm->_ostream_memory || g_vm->_enableBuffering) {
+ if (g_vm->message || g_vm->ostream_memory || g_vm->enable_buffering) {
if (!flag) {
// Characters 0 and ZC_RETURN are special cases
if (c == ZC_RETURN) {