From bf7eef466db5dd30693a76352d7f83447300bca7 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 13 Oct 2014 12:26:21 +0300 Subject: [PATCH] SCI: Wording --- engines/sci/graphics/frameout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index a015362e694d..fafc73489501 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); }