diff options
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r-- | engines/mads/msurface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h index 23e0a03985..cd6bde1271 100644 --- a/engines/mads/msurface.h +++ b/engines/mads/msurface.h @@ -230,7 +230,7 @@ public: /** * Constructor */ - DepthSurface(MADSEngine *vm) : _vm(vm) {} + DepthSurface(MADSEngine *vm) : _vm(vm), _depthStyle(0) {} /** * Returns the depth at a given position |