diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agi/sprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |