ASYLUM: update a comment

This commit is contained in:
Alex Bevilacqua 2012-01-26 05:37:59 -05:00 committed by Eugene Sandulenko
parent b6cce3a19f
commit bfe8276bc8
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -1125,7 +1125,8 @@ void Scene::updateCoordinates() {
if ((yTop + 479) > sceneRect.bottom)
yTop = _ws->yTop = sceneRect.bottom - 479;
// TODO set a var if scene coordinates changed
// XXX dword_44E1EC is set to 2 at this point if the scene coordinates
// have changed, but that variable is never used anywhere else
}
void Scene::updateCursor(ActorDirection direction, const Common::Rect &rect) {