aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/illusions/graphics.h2
1 files changed, 2 insertions, 0 deletions
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 {