diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/vga13h.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp index fee570a237..26e6604f00 100644 --- a/engines/cge2/vga13h.cpp +++ b/engines/cge2/vga13h.cpp @@ -455,8 +455,7 @@ void Sprite::step(int nr) { p._x += seq->_dx; p._y += seq->_dy; p._z += seq->_dz; - if (!_flags._kept) - gotoxyz(p); + gotoxyz(p); } } if (seq && (seq->_dly >= 0)) |