aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/vga13h.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp
index 09e8accd1c..618fb8a987 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))