mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
CGE2: Clarify a STUB warning
This commit is contained in:
parent
8654042d05
commit
3035903f6f
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user