Skip to content

Commit

Permalink
SCI: Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Oct 13, 2014
1 parent ade33c4 commit bf7eef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sci/graphics/frameout.cpp
Expand Up @@ -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);
}
Expand Down

0 comments on commit bf7eef4

Please sign in to comment.