From b3eb2c65e36258d0018455962e610052b1569748 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 31 Oct 2011 23:25:37 -0400 Subject: PEGASUS: Fix some old Surface comments --- engines/pegasus/surface.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines') 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; -- cgit v1.2.3