aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/draw_v2.cpp')
-rw-r--r--engines/gob/draw_v2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp
index 486b12b022..d83e90a414 100644
--- a/engines/gob/draw_v2.cpp
+++ b/engines/gob/draw_v2.cpp
@@ -217,6 +217,7 @@ void Draw_v2::printTotText(int16 id) {
size = textItem->getSize();
dataPtr = textItem->getData();
ptr = dataPtr;
+ _pattern = 0;
bool isSubtitle = (ptr[1] & 0x80) != 0;
@@ -919,4 +920,4 @@ void Draw_v2::spriteOperation(int16 operation) {
}
}
-} // End of namespace Gob
+} // End of namespace Gob \ No newline at end of file