aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-31 23:25:37 -0400
committerMatthew Hoops2011-10-31 23:25:37 -0400
commitb3eb2c65e36258d0018455962e610052b1569748 (patch)
tree0a057322a934b1680c09ee3bf89db8a4cf8b05a2 /engines/pegasus
parent0d6dbfa2cbaa568464a18071484ab411cddba4f9 (diff)
downloadscummvm-rg350-b3eb2c65e36258d0018455962e610052b1569748.tar.gz
scummvm-rg350-b3eb2c65e36258d0018455962e610052b1569748.tar.bz2
scummvm-rg350-b3eb2c65e36258d0018455962e610052b1569748.zip
PEGASUS: Fix some old Surface comments
Diffstat (limited to 'engines/pegasus')
-rwxr-xr-xengines/pegasus/surface.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/pegasus/surface.h b/engines/pegasus/surface.h
index ca148105f7..3ccbf5913e 100755
--- a/engines/pegasus/surface.h
+++ b/engines/pegasus/surface.h
@@ -61,9 +61,8 @@ public:
Graphics::Surface *getSurface() const { return _surface; }
void getSurfaceBounds(Common::Rect &r) { r = _bounds; }
- // None of the CopyToCurrentPort functions do any sanity checks.
- // For speed, they just call CopyBits.
- // It's up to clients to make sure that the GWorld is valid.
+ // None of the copyToCurrentPort* functions do any sanity checks.
+ // It's up to clients to make sure that the Surface is valid.
void copyToCurrentPort() const;
void copyToCurrentPortTransparent() const;
void copyToCurrentPort(const Common::Rect &) const;