diff options
-rw-r--r-- | engines/cge2/vga13h.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp index 334aa99716..d7f8fb23fe 100644 --- a/engines/cge2/vga13h.cpp +++ b/engines/cge2/vga13h.cpp @@ -455,9 +455,8 @@ void Sprite::step(int nr) { p._x += seq->_dx; p._y += seq->_dy; p._z += seq->_dz; - //if (!_flags._kept) - // gotoxyz(p); - warning("STUB: Sprite::step()"); + if (!_flags._kept) + gotoxyz(p); } } if (seq && (seq->_dly >= 0)) |