_imagesNum should be clear in startScene()

svn-id: r17044
This commit is contained in:
Travis Howell 2005-03-09 05:04:14 +00:00
parent 69a39e3c54
commit ebcf64df56
3 changed files with 8 additions and 2 deletions

View file

@ -2038,9 +2038,10 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
stopCycle(0);
_sound->processSoundQues();
if (_heversion >= 71) {
if (_heversion >= 71)
((ScummEngine_v70he *)this)->_wiz.polygonClear();
}
if (_heversion >= 72)
((ScummEngine_v72he *)this)->_wiz.imageNumClear();
// For HE80+ games
for (i = 0; i < _numRoomVariables; i++)