From 766d889b691fa6b13f90d6bc1eb607a7b3d3eaea Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 22 May 2007 11:31:31 +0000 Subject: Move code to correct position. svn-id: r26912 --- engines/agos/charset.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/agos/charset.cpp') diff --git a/engines/agos/charset.cpp b/engines/agos/charset.cpp index 2d37d33aa5..2dbf8277af 100644 --- a/engines/agos/charset.cpp +++ b/engines/agos/charset.cpp @@ -602,12 +602,6 @@ void AGOSEngine::openTextWindow() { void AGOSEngine::windowPutChar(WindowBlock *window, byte c, byte b) { byte width = 6; - if (getGameType() == GType_ELVIRA1 || getGameType() == GType_ELVIRA2 || getGameType() == GType_WW) { - if (!(window->flags & 1)) { - haltAnimation(); - } - } - if (c == 12) { clearWindow(window); } else if (c == 13 || c == 10) { -- cgit v1.2.3