diff options
-rw-r--r-- | engines/cge2/vga13h.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp index 03e6b3fe93..812aabf8f3 100644 --- a/engines/cge2/vga13h.cpp +++ b/engines/cge2/vga13h.cpp @@ -664,9 +664,10 @@ void Sprite::show() { e->_b0 = e->_b1; e->_p1 = _pos2D; e->_b1 = getShp(); + + if (!_flags._hide) + e->_b1->show(e->_p1); } - if (!_flags._hide) - e->_b1->show(e->_p1); } void Sprite::show(uint16 pg) { |