aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/surface.h')
-rw-r--r--engines/draci/surface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/draci/surface.h b/engines/draci/surface.h
index 5ce92bbd76..bb38b864d3 100644
--- a/engines/draci/surface.h
+++ b/engines/draci/surface.h
@@ -51,13 +51,13 @@ public:
private:
/** The current transparent colour of the surface. See getTransparentColour() and
- * setTransparentColour().
+ * setTransparentColour().
*/
uint _transparentColour;
-
+
/** Set when the surface is scheduled for a full update.
- * See markDirty(), markClean(). Accessed via needsFullUpdate().
- */
+ * See markDirty(), markClean(). Accessed via needsFullUpdate().
+ */
bool _fullUpdate;
Common::List<Common::Rect> _dirtyRects; //!< List of currently dirty rectangles