diff options
| -rw-r--r-- | scumm/room.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/room.cpp b/scumm/room.cpp index ae495f757a..209e5c0eed 100644 --- a/scumm/room.cpp +++ b/scumm/room.cpp @@ -81,7 +81,7 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {  	if (_heversion >= 71)  		((ScummEngine_v70he *)this)->_wiz.polygonClear(); -	if (_heversion >= 72) +	if (_heversion >= 80)  		((ScummEngine_v72he *)this)->_wiz.imageNumClear();  	// For HE80+ games  | 
