aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index da9b4febb9..110f769cbc 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -1097,7 +1097,7 @@ void CharsetRendererClassic::printChar(int chr) {
_vm->markRectAsDirty(vs->number, _left, _left + width, drawTop, drawTop + height + offsY);
byte *dst;
- byte *back;
+ byte *back = NULL;
if (!_ignoreCharsetMask) {
_hasMask = true;