aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
authorMax Horn2010-06-15 12:34:12 +0000
committerMax Horn2010-06-15 12:34:12 +0000
commite62169c383c987949a5e7aad971691c030eb8a97 (patch)
tree9430e2c473e8171a2ddd8b5b96686cd25945e4d8 /engines/agi
parentd570e10b77887fa163f17de512b14fc824f45f33 (diff)
downloadscummvm-rg350-e62169c383c987949a5e7aad971691c030eb8a97.tar.gz
scummvm-rg350-e62169c383c987949a5e7aad971691c030eb8a97.tar.bz2
scummvm-rg350-e62169c383c987949a5e7aad971691c030eb8a97.zip
AGI: Specify bug reference for workaround
svn-id: r49845
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/sprite.cpp2
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) {