aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/streams.h')
-rw-r--r--engines/gargoyle/streams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/streams.h b/engines/gargoyle/streams.h
index 3a80366c0f..e45bcc491a 100644
--- a/engines/gargoyle/streams.h
+++ b/engines/gargoyle/streams.h
@@ -104,7 +104,7 @@ public:
* Constructor
*/
WindowStream(Streams *streams, Window *window, uint32 rock = 0, bool unicode = true) :
- Stream(streams, true, false, rock, unicode), _window(window) {}
+ Stream(streams, false, true, rock, unicode), _window(window) {}
/**
* Close the stream