aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/prince/prince.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/prince.cpp b/engines/prince/prince.cpp
index 9517b02691..cfd1e77628 100644
--- a/engines/prince/prince.cpp
+++ b/engines/prince/prince.cpp
@@ -1576,6 +1576,7 @@ void PrinceEngine::initZoomIn(int slot) {
object->_flags |= 0x8000;
object->_zoomSurface = new Graphics::Surface();
object->_zoomSurface->create(zoomSource->w, zoomSource->h, Graphics::PixelFormat::createFormatCLUT8());
+ object->_zoomSurface->fillRect(Common::Rect(zoomSource->w, zoomSource->h), 0xFF);
object->_zoomTime = 20;
}
}