From be44216e5c1d74879d7843215ce1cd3f488b4db8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 18 Aug 2010 12:57:47 +0000 Subject: SWORD25: eliminated BS_ prefix in all but kernel/ svn-id: r53259 --- engines/sword25/math/rect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25/math/rect.h') diff --git a/engines/sword25/math/rect.h b/engines/sword25/math/rect.h index e97feefe41..c08169e86e 100644 --- a/engines/sword25/math/rect.h +++ b/engines/sword25/math/rect.h @@ -98,7 +98,7 @@ public: return isValidRect(); } - bool IsPointInRect(const BS_Vertex &Vertex) const { + bool IsPointInRect(const Vertex &Vertex) const { return contains(Vertex.X, Vertex.Y); } -- cgit v1.2.3