aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/display.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2010-09-04 16:02:16 +0000
committerArnaud Boutonné2010-09-04 16:02:16 +0000
commita29ae442965bdef0b2a4a0e4df8638a37adcde82 (patch)
treecc11d4651504f7b4d15479171d3a7ba7b9a781a4 /engines/hugo/display.cpp
parent34195238bb6cc3ff1051230c4acbe3669f082e0e (diff)
downloadscummvm-rg350-a29ae442965bdef0b2a4a0e4df8638a37adcde82.tar.gz
scummvm-rg350-a29ae442965bdef0b2a4a0e4df8638a37adcde82.tar.bz2
scummvm-rg350-a29ae442965bdef0b2a4a0e4df8638a37adcde82.zip
HUGO: Fix decryption in H2 DOS, plus some cleanup
svn-id: r52525
Diffstat (limited to 'engines/hugo/display.cpp')
-rw-r--r--engines/hugo/display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/display.cpp b/engines/hugo/display.cpp
index 67359b59bf..ddd193c2a6 100644
--- a/engines/hugo/display.cpp
+++ b/engines/hugo/display.cpp
@@ -406,7 +406,7 @@ void Screen::shadowStr(int16 sx, int16 sy, char *s, byte color) {
// Load font file, construct font ptrs and reverse data bytes
void Screen::loadFont(int16 fontId) {
byte height, width;
- static bool fontLoadedFl[NUM_FONTS] = {0, 0, 0};
+ static bool fontLoadedFl[NUM_FONTS] = {false, false, false};
debugC(2, kDebugDisplay, "loadFont(%d)", fontId);