mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
TONY: Fix Missing Font Base Class Initialization
This was causing an MSVC warning.
This commit is contained in:
parent
c10267d83b
commit
cb6b2a3631
@ -138,7 +138,7 @@ int RMFont::stringLen(char bChar, char bNext) {
|
||||
* RMFontColor Methods
|
||||
\****************************************************************************/
|
||||
|
||||
RMFontColor::RMFontColor() : RMFont() {
|
||||
RMFontColor::RMFontColor() {
|
||||
_fontR = _fontG = _fontB = 255;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user