From 431780297e6db1f97733689a6c1485a624a61dc9 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Fri, 25 Sep 2009 17:33:00 +0000 Subject: Added some more const's to the interface of Dragon History svn-id: r44362 --- engines/draci/screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci/screen.cpp') diff --git a/engines/draci/screen.cpp b/engines/draci/screen.cpp index 5d3c612978..95673ca1cb 100644 --- a/engines/draci/screen.cpp +++ b/engines/draci/screen.cpp @@ -143,7 +143,7 @@ void Screen::fillScreen(uint8 colour) { * @param r Which rectangle to draw * colour The colour of the rectangle */ -void Screen::drawRect(Common::Rect &r, uint8 colour) { +void Screen::drawRect(Common::Rect r, uint8 colour) { // Clip the rectangle to screen size r.clip(_surface->w, _surface->h); -- cgit v1.2.3