aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.h
diff options
context:
space:
mode:
authorTravis Howell2005-03-09 05:04:14 +0000
committerTravis Howell2005-03-09 05:04:14 +0000
commitebcf64df5619121684a021b6b53900968d097471 (patch)
treee0eb87ea57b18e3e3231823305651e5d40779662 /scumm/wiz_he.h
parent69a39e3c54b2433ca39517a34f43d3c4473ad81d (diff)
downloadscummvm-rg350-ebcf64df5619121684a021b6b53900968d097471.tar.gz
scummvm-rg350-ebcf64df5619121684a021b6b53900968d097471.tar.bz2
scummvm-rg350-ebcf64df5619121684a021b6b53900968d097471.zip
_imagesNum should be clear in startScene()
svn-id: r17044
Diffstat (limited to 'scumm/wiz_he.h')
-rw-r--r--scumm/wiz_he.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/wiz_he.h b/scumm/wiz_he.h
index e6aa58f745..dceb398397 100644
--- a/scumm/wiz_he.h
+++ b/scumm/wiz_he.h
@@ -109,6 +109,7 @@ struct Wiz {
WizPolygon _polygons[NUM_POLYGONS];
Wiz();
+ void imageNumClear();
void polygonClear();
void polygonLoad(const uint8 *polData);