removed position zeroing in varia resources

svn-id: r46817
This commit is contained in:
Vladimir Menshakov 2010-01-01 12:39:54 +00:00
parent 68f4e0f296
commit a03d7b3ac2

View File

@ -193,8 +193,6 @@ void Animation::load(Common::SeekableReadStream *s, Type type) {
//debug(0, "%04x", offset[i]);
s->seek(offset[i] + off);
frames[i].load(s, Surface::kTypeOns);
frames[i].x = 0;
frames[i].y = 0;
}
break;