From 2c21c1a25e6ee1414fe33d29bed59c280bef7739 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 15 Sep 2019 22:40:17 +0100 Subject: ILLUSIONS: Fix Further MSVC Warning This was reported by Henke37 on IRC. --- engines/illusions/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/illusions/graphics.h b/engines/illusions/graphics.h index a2643685bb..e3fbea844d 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 { -- cgit v1.2.3