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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/mem.cpp b/engines/glk/frotz/mem.cpp
index da0acaa69f..12e860add2 100644
--- a/engines/glk/frotz/mem.cpp
+++ b/engines/glk/frotz/mem.cpp
@@ -176,8 +176,8 @@ void Mem::restart_header(void) {
SET_BYTE(H_SCREEN_COLS, h_screen_cols);
}
- /* It's less trouble to use font size 1x1 for V5 games, especially
- because of a bug in the unreleased German version of "Zork 1" */
+ // It's less trouble to use font size 1x1 for V5 games, especially because of
+ // a bug in the unreleased German version of "Zork 1"
if (h_version != V6) {
screen_x_size = (zword)h_screen_cols;