aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/surface.h
diff options
context:
space:
mode:
authorMax Horn2009-09-30 16:04:21 +0000
committerMax Horn2009-09-30 16:04:21 +0000
commitcc54ad650d3f7ffd2546e9d15905a0bda8327415 (patch)
tree48d04bab5473d54816016dd07dc41345adb7b999 /engines/draci/surface.h
parent27026f65652a2afc02947303c1bde68e21724d15 (diff)
downloadscummvm-rg350-cc54ad650d3f7ffd2546e9d15905a0bda8327415.tar.gz
scummvm-rg350-cc54ad650d3f7ffd2546e9d15905a0bda8327415.tar.bz2
scummvm-rg350-cc54ad650d3f7ffd2546e9d15905a0bda8327415.zip
Remove trailing whitespaces
svn-id: r44493
Diffstat (limited to 'engines/draci/surface.h')
-rw-r--r--engines/draci/surface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/draci/surface.h b/engines/draci/surface.h
index bb38b864d3..e3371054e6 100644
--- a/engines/draci/surface.h
+++ b/engines/draci/surface.h
@@ -55,13 +55,13 @@ private:
*/
uint _transparentColour;
- /** Set when the surface is scheduled for a full update.
+ /** Set when the surface is scheduled for a full update.
* See markDirty(), markClean(). Accessed via needsFullUpdate().
*/
- bool _fullUpdate;
+ bool _fullUpdate;
Common::List<Common::Rect> _dirtyRects; //!< List of currently dirty rectangles
-
+
};
} // End of namespace Draci