From c778efaca5b9d20f73e9d12cc8404d8948f8e522 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Fri, 30 Oct 2009 01:41:57 +0000 Subject: Remove most of default parameter values. Also, add comments to the last commit. svn-id: r45511 --- engines/draci/surface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci/surface.cpp') diff --git a/engines/draci/surface.cpp b/engines/draci/surface.cpp index 6330c17cb3..1832aa6b02 100644 --- a/engines/draci/surface.cpp +++ b/engines/draci/surface.cpp @@ -168,7 +168,7 @@ uint Surface::putAboveY(int y, int height) const { /** * @brief Returns a Common::Rect corresponding to the surface. */ -Common::Rect Surface::getRect() const { +Common::Rect Surface::getDimensions() const { return Common::Rect(w, h); } -- cgit v1.2.3