From 64d2907df50ed8fac07d93ce15b925a4ed96b03d Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 8 Mar 2008 19:30:25 +0000 Subject: Cleanup. svn-id: r31066 --- engines/kyra/script_v1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra') diff --git a/engines/kyra/script_v1.cpp b/engines/kyra/script_v1.cpp index ef5bc1ca72..acd065ee7c 100644 --- a/engines/kyra/script_v1.cpp +++ b/engines/kyra/script_v1.cpp @@ -1181,7 +1181,7 @@ int KyraEngine_v1::o1_bkgdScrollSceneAndMasksRight(ScriptState *script) { _screen->copyBackgroundBlock2(stackPos(0)); // update the whole screen _screen->copyRegion(7, 7, 7, 7, 305, 129, 3, 0); - // Don't do a screen update here, it see bug #1910180 "KYRA1: Screen "flash"" + // Don't do a screen update here, see bug #1910180 "KYRA1: Screen 'flash'" // it would cause to draw the screen with a wrong palette and thus look // strange for the user. Since this opcode should be just called on scene // initialization anyway, there should be no problem with not updating the -- cgit v1.2.3