PEGASUS: Fix some old Surface comments

This commit is contained in:
Matthew Hoops 2011-10-31 23:25:37 -04:00
parent 0d6dbfa2cb
commit b3eb2c65e3

View File

@ -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;