From e62169c383c987949a5e7aad971691c030eb8a97 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 15 Jun 2010 12:34:12 +0000 Subject: AGI: Specify bug reference for workaround svn-id: r49845 --- engines/agi/sprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/agi/sprite.cpp b/engines/agi/sprite.cpp index d3bd1a6212..25118b69a6 100644 --- a/engines/agi/sprite.cpp +++ b/engines/agi/sprite.cpp @@ -242,7 +242,7 @@ void SpritesMgr::objsRestoreArea(Sprite *s) { pos0 += _WIDTH; } - // WORKAROUND + // WORKAROUND (see ScummVM bug #1945716) // When set.view command is called, current code cannot detect this situation while updating // Thus we force removal of the old sprite if (s->v->viewReplaced) { -- cgit v1.2.3