CGE2: Remove unused code.

This commit is contained in:
uruk 2014-07-29 11:12:35 +02:00
parent 3d69c67f99
commit 70f54c6609

View File

@ -1008,11 +1008,6 @@ void Vga::show() {
if ((p && spr->_pos3D._z > p->_pos3D._z) ||
(n && spr->_pos3D._z < n->_pos3D._z)) {
_showQ->insert(_showQ->remove(spr));
if (s) {
//s->gotoxyz(V3D(s->_pos3D._x, s->_pos3D._y, spr->_pos3D._z));
//_showQ->insert(_showQ->remove(s), spr);
// These two lines are also commented out in the original.
}
}
spr->_flags._zmov = false;
}