diff options
author | uruk | 2014-07-29 11:12:35 +0200 |
---|---|---|
committer | uruk | 2014-07-29 11:12:35 +0200 |
commit | 70f54c6609c5f3f66e4223d35a895b6a18e9a9a0 (patch) | |
tree | 0e04974d37e9a27d06497b3b16f0a6a0f46422e0 /engines/cge2 | |
parent | 3d69c67f9934731b452b6c66d71f2cd22b8a64fe (diff) | |
download | scummvm-rg350-70f54c6609c5f3f66e4223d35a895b6a18e9a9a0.tar.gz scummvm-rg350-70f54c6609c5f3f66e4223d35a895b6a18e9a9a0.tar.bz2 scummvm-rg350-70f54c6609c5f3f66e4223d35a895b6a18e9a9a0.zip |
CGE2: Remove unused code.
Diffstat (limited to 'engines/cge2')
-rw-r--r-- | engines/cge2/vga13h.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp index c850db288b..6db73f4836 100644 --- a/engines/cge2/vga13h.cpp +++ b/engines/cge2/vga13h.cpp @@ -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; } |