aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/surface_list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/surface_list.cpp')
-rw-r--r--engines/teenagent/surface_list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/surface_list.cpp b/engines/teenagent/surface_list.cpp
index cd0b559793..5485b42fa4 100644
--- a/engines/teenagent/surface_list.cpp
+++ b/engines/teenagent/surface_list.cpp
@@ -28,7 +28,7 @@
namespace TeenAgent {
-SurfaceList::SurfaceList() : surfaces(NULL) {}
+SurfaceList::SurfaceList() : surfaces(NULL), surfaces_n(0) {}
void SurfaceList::load(Common::SeekableReadStream *stream, Type type, int sub_hack) {
free();