[Scummvm-git-logs] scummvm master -> 2c21c1a25e6ee1414fe33d29bed59c280bef7739
digitall
dgturner at iee.org
Sun Sep 15 23:43:42 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:
2c21c1a25e ILLUSIONS: Fix Further MSVC Warning
Commit: 2c21c1a25e6ee1414fe33d29bed59c280bef7739
https://github.com/scummvm/scummvm/commit/2c21c1a25e6ee1414fe33d29bed59c280bef7739
Author: D G Turner (digitall at scummvm.org)
Date: 2019-09-15T22:40:17+01:00
Commit Message:
ILLUSIONS: Fix Further MSVC Warning
This was reported by Henke37 on IRC.
Changed paths:
engines/illusions/graphics.h
diff --git a/engines/illusions/graphics.h b/engines/illusions/graphics.h
index a264368..e3fbea8 100644
--- a/engines/illusions/graphics.h
+++ b/engines/illusions/graphics.h
@@ -32,6 +32,8 @@ namespace Illusions {
struct WidthHeight {
int16 _width, _height;
void load(Common::SeekableReadStream &stream);
+
+ WidthHeight() : _width(0), _height(0) {}
};
struct SurfInfo {
More information about the Scummvm-git-logs
mailing list