diff options
author | Max Horn | 2010-06-15 12:34:12 +0000 |
---|---|---|
committer | Max Horn | 2010-06-15 12:34:12 +0000 |
commit | e62169c383c987949a5e7aad971691c030eb8a97 (patch) | |
tree | 9430e2c473e8171a2ddd8b5b96686cd25945e4d8 /engines | |
parent | d570e10b77887fa163f17de512b14fc824f45f33 (diff) | |
download | scummvm-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')
-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) { |