diff options
Diffstat (limited to 'engines/tony')
-rw-r--r-- | engines/tony/font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/font.cpp b/engines/tony/font.cpp index fb40bf5c67..66a8f9cbbe 100644 --- a/engines/tony/font.cpp +++ b/engines/tony/font.cpp @@ -138,7 +138,7 @@ int RMFont::stringLen(char bChar, char bNext) { * RMFontColor Methods \****************************************************************************/ -RMFontColor::RMFontColor() : RMFont() { +RMFontColor::RMFontColor() { _fontR = _fontG = _fontB = 255; } |