aboutsummaryrefslogtreecommitdiff
path: root/engines/director/frame.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-11-24 17:05:12 +0100
committerEugene Sandulenko2019-11-24 18:42:45 +0100
commit9ecc24979cb9991d527fc728118df21454cd2a44 (patch)
treef2ccbad2c9ba0e68c65dca2ce5a75d4d4faa2f9e /engines/director/frame.cpp
parentc4820c454e17fc275b6e894e726471f2bbe6205f (diff)
downloadscummvm-rg350-9ecc24979cb9991d527fc728118df21454cd2a44.tar.gz
scummvm-rg350-9ecc24979cb9991d527fc728118df21454cd2a44.tar.bz2
scummvm-rg350-9ecc24979cb9991d527fc728118df21454cd2a44.zip
DIRECTOR: Properly initialize cached text
Diffstat (limited to 'engines/director/frame.cpp')
-rw-r--r--engines/director/frame.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/director/frame.cpp b/engines/director/frame.cpp
index 1054b0844f..c22bb05025 100644
--- a/engines/director/frame.cpp
+++ b/engines/director/frame.cpp
@@ -789,7 +789,6 @@ void Frame::renderText(Graphics::ManagedSurface &surface, uint16 spriteId, Commo
//uint32 rectTop = textCast->initialRect.top;
textCast->cachedMacText->clip(width);
- textCast->cachedMacText->setWm(_vm->_wm); // TODO this is not a good place to do it
const Graphics::ManagedSurface *textSurface = textCast->cachedMacText->getSurface();
if (!textSurface)