Skip to content

Commit

Permalink
FULLPIPE: Initialize class variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 22, 2013
1 parent 3329dc8 commit 6e7f4d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/fullpipe/messages.cpp
Expand Up @@ -225,6 +225,7 @@ MessageQueue::MessageQueue(MessageQueue *src, int parId, int field_38) {
g_fullpipe->_globalMessageQueueList->addMessageQueue(this);

_isFinished = 0;
_flag1 = 0;
}

MessageQueue::~MessageQueue() {
Expand Down

0 comments on commit 6e7f4d3

Please sign in to comment.