CGE2: Clarify a STUB warning

This commit is contained in:
Strangerke 2014-05-30 10:41:14 +02:00
parent 8654042d05
commit 3035903f6f

View File

@ -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))