diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp index 09e8accd1c6..618fb8a9872 100644 --- a/engines/cge2/vga13h.cpp +++ b/engines/cge2/vga13h.cpp @@ -463,7 +463,7 @@ void Sprite::step(int nr) { p._z += seq->_dz; //if (!_flags._kept) // gotoxyz(p); - warning("Sprite::step()"); + warning("STUB: Sprite::step()"); } } if (seq && (seq->_dly >= 0))