aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vga13h.cpp')
-rw-r--r--engines/cge/vga13h.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/cge/vga13h.cpp b/engines/cge/vga13h.cpp
index 73a753b600..526faed566 100644
--- a/engines/cge/vga13h.cpp
+++ b/engines/cge/vga13h.cpp
@@ -356,14 +356,12 @@ Sprite::Sprite(CGEEngine *vm, BMP_PTR *shpP)
_seqPtr = 0;
_shpCnt = 0;
_prev = _next = NULL;
-static int ctr = 1;
-debug("create %d %x", ctr++, this);
+
setShapeList(shpP);
}
Sprite::~Sprite() {
-debug("destroy %x", this);
if (_sprite == this)
_sprite = NULL;
contract();