[Scummvm-git-logs] scummvm master -> cb6b2a363167e9bcb5845c637d828b5af8bd873e

digitall 547637+digitall at users.noreply.github.com
Mon Sep 30 03:34:38 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cb6b2a3631 TONY: Fix Missing Font Base Class Initialization


Commit: cb6b2a363167e9bcb5845c637d828b5af8bd873e
    https://github.com/scummvm/scummvm/commit/cb6b2a363167e9bcb5845c637d828b5af8bd873e
Author: D G Turner (digitall at scummvm.org)
Date: 2019-09-30T02:31:00+01:00

Commit Message:
TONY: Fix Missing Font Base Class Initialization

This was causing an MSVC warning.

Changed paths:
    engines/tony/font.cpp


diff --git a/engines/tony/font.cpp b/engines/tony/font.cpp
index fb40bf5..66a8f9c 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;
 }
 





More information about the Scummvm-git-logs mailing list