diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/glk/frotz/screen.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/frotz/screen.cpp b/engines/glk/frotz/screen.cpp index b1f28e498a..3ac697c148 100644 --- a/engines/glk/frotz/screen.cpp +++ b/engines/glk/frotz/screen.cpp @@ -59,9 +59,9 @@ void FrotzScreen::loadVersion6Fonts(Common::Archive *archive) { PropFontInfo &pi = g_conf->_propInfo; mi._size = pi._size = 7; mi._aspect = pi._aspect = 1.0; - pi._quotes = false; - pi._dashes = false; - pi._spaces = false; + pi._quotes = 0; + pi._dashes = 0; + pi._spaces = 0; pi._morePrompt = "[MORE]"; pi._lineSeparation = 0; |