[Scummvm-cvs-logs] scummvm master -> bf7eef466db5dd30693a76352d7f83447300bca7

bluegr bluegr at gmail.com
Mon Oct 13 11:27:11 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bf7eef466d SCI: Wording


Commit: bf7eef466db5dd30693a76352d7f83447300bca7
    https://github.com/scummvm/scummvm/commit/bf7eef466db5dd30693a76352d7f83447300bca7
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2014-10-13T12:26:21+03:00

Commit Message:
SCI: Wording

Changed paths:
    engines/sci/graphics/frameout.cpp



diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index a015362..fafc734 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);
 				}






More information about the Scummvm-git-logs mailing list