diff options
Diffstat (limited to 'engines/voyeur/files.cpp')
-rw-r--r-- | engines/voyeur/files.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/files.cpp b/engines/voyeur/files.cpp index 992fb5ad05..9e97dea1cd 100644 --- a/engines/voyeur/files.cpp +++ b/engines/voyeur/files.cpp @@ -1000,6 +1000,7 @@ int ViewPortResource::drawText(const Common::String &msg) { gfxManager.sDrawPic(&_fontChar, this, Common::Point(xp, yp)); + _fontChar._imgData = NULL; xp += charWidth + padding; msgWidth += charWidth + padding; } |