Skip to content

Commit

Permalink
FULLPIPE: Initialized class variables. CID 1063198
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 22, 2013
1 parent 4d52f7b commit 3329dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions engines/fullpipe/messages.cpp
Expand Up @@ -196,6 +196,9 @@ MessageQueue::MessageQueue() {
_isFinished = 0;
_flags = 0;
_queueName = 0;
_counter = 0;
_field_38 = 0;
_flag1 = 0;
}

MessageQueue::MessageQueue(MessageQueue *src, int parId, int field_38) {
Expand Down
1 change: 0 additions & 1 deletion engines/fullpipe/messages.h
Expand Up @@ -99,7 +99,6 @@ class MessageQueue : public CObject {
int _flags;
char *_queueName;
int16 _dataId;
int16 _field_12;
CObject *_field_14;
Common::List<ExCommand *> _exCommands;
int _counter;
Expand Down

0 comments on commit 3329dc8

Please sign in to comment.