mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
removed position zeroing in varia resources
svn-id: r46817
This commit is contained in:
parent
68f4e0f296
commit
a03d7b3ac2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user