diff options
Diffstat (limited to 'engines/supernova2/screen.h')
-rw-r--r-- | engines/supernova2/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/supernova2/screen.h b/engines/supernova2/screen.h index 252e4df9bd..a35223c7f3 100644 --- a/engines/supernova2/screen.h +++ b/engines/supernova2/screen.h @@ -42,7 +42,7 @@ class Screen; const int kScreenWidth = 320; const int kScreenHeight = 200; -const int kFontWidth = 5; +const int kFontWidth = 4; const int kFontHeight = 8; enum Color { |