From bf7eef466db5dd30693a76352d7f83447300bca7 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 13 Oct 2014 12:26:21 +0300 Subject: SCI: Wording --- engines/sci/graphics/frameout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index a015362e69..fafc734895 100644 --- a/engines/sci/graphics/frameout.cpp +++ b/engines/sci/graphics/frameout.cpp @@ -785,7 +785,7 @@ void GfxFrameout::kernelFrameout() { // This is also needed for GK1 rooms 710 and 720 (catacombs, inner and // outer circle), for handling the tiles and talking to Wolfgang. // HACK: Fix the coordinates by explicitly setting them here for GK1. - // Also check bug #6729, for another case where this needed. + // Also check bug #6729, for another case where this is needed. if (g_sci->getGameId() == GID_GK1) g_sci->_gfxCompare->setNSRect(itemEntry->object, nsRect); } -- cgit v1.2.3