aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/vga13h.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/vga13h.cpp')
-rw-r--r--engines/cge2/vga13h.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp
index fc5f9b4fa6..51a8c107ef 100644
--- a/engines/cge2/vga13h.cpp
+++ b/engines/cge2/vga13h.cpp
@@ -72,6 +72,14 @@ Seq Sprite::_stdSeq8[] =
{ 7, 7, 0, 0, 0, 0 },
};
+SprExt::SprExt(CGE2Engine *vm)
+ : _p0(vm, 0, 0), _p1(vm, 0, 0),
+ _b0(NULL), _b1(NULL), _shpList(NULL),
+ _location(0), _seq(NULL), _name(NULL) {
+ for (int i = 0; i < kActions; i++)
+ _actions[i] = nullptr;
+}
+
Sprite::Sprite(CGE2Engine *vm)
: _siz(_vm, 0, 0), _seqPtr(kNoSeq), _seqCnt(0), _shpCnt(0),
_next(NULL), _prev(NULL), _time(0),