aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text16.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/text16.h')
-rw-r--r--engines/sci/graphics/text16.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/text16.h b/engines/sci/graphics/text16.h
index cb3deb0c60..32d5481dcc 100644
--- a/engines/sci/graphics/text16.h
+++ b/engines/sci/graphics/text16.h
@@ -90,6 +90,8 @@ private:
int _codeColorsCount;
uint16 *_codeColors;
+ bool _useEarlyGetLongestTextCalculations;
+
Common::Rect _codeRefTempRect;
CodeRefRectArray _codeRefRects;
};