From 20a1e653b8dee318cef554a157235bd65e0c2ef2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 8 Mar 2008 19:47:14 +0000 Subject: Typo. svn-id: r31068 --- engines/kyra/script_v1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/script_v1.cpp') diff --git a/engines/kyra/script_v1.cpp b/engines/kyra/script_v1.cpp index 97262ee4d1..eeb3727c9a 100644 --- a/engines/kyra/script_v1.cpp +++ b/engines/kyra/script_v1.cpp @@ -786,7 +786,7 @@ int KyraEngine_v1::o1_displayWSASequentialFrames(ScriptState *script) { _movieObjects[wsaIndex]->setDrawPage(0); // Workaround for bug #1498221 "KYRA1: Glitches when meeting Zanthia" - // the original didn'to do a forced screen update after displaying a wsa frame + // the original didn't do a forced screen update after displaying a wsa frame // while we have to do it, which make brandon disappear for a short moment, // what shouldn't happen. So we're not updating the screen for this special // case too. -- cgit v1.2.3