aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/wiz_he.cpp')
-rw-r--r--scumm/wiz_he.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp
index de3d2390d4..8ceb4fccce 100644
--- a/scumm/wiz_he.cpp
+++ b/scumm/wiz_he.cpp
@@ -35,6 +35,10 @@ Wiz::Wiz() {
memset(&_polygons, 0, sizeof(_polygons));
}
+void Wiz::imageNumClear() {
+ _imagesNum = 0;
+}
+
void Wiz::polygonClear() {
memset(&_polygons, 0, sizeof(_polygons));
}