diff options
author | Strangerke | 2014-05-30 10:41:14 +0200 |
---|---|---|
committer | Strangerke | 2014-05-30 10:41:14 +0200 |
commit | 3035903f6f957569a88d904bc7b36c21aa97f546 (patch) | |
tree | ce2d2cb0149522ee606b9080c98137e75529e24d /engines | |
parent | 8654042d05117cd5c435b2aeb8cdaffa50545e8e (diff) | |
download | scummvm-rg350-3035903f6f957569a88d904bc7b36c21aa97f546.tar.gz scummvm-rg350-3035903f6f957569a88d904bc7b36c21aa97f546.tar.bz2 scummvm-rg350-3035903f6f957569a88d904bc7b36c21aa97f546.zip |
CGE2: Clarify a STUB warning
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/vga13h.cpp | 2 |
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)) |