Skip to content

Commit

Permalink
PARALLACTION: Initialize class. CID 1002706
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Nov 9, 2013
1 parent 918ae37 commit d74585b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions engines/parallaction/parallaction_br.cpp
Expand Up @@ -45,6 +45,18 @@ const char *Parallaction_br::_partNames[] = {

Parallaction_br::Parallaction_br(OSystem* syst, const PARALLACTIONGameDescription *gameDesc) : Parallaction(syst, gameDesc),
_locationParser(0), _programParser(0), _soundManI(0) {
_audioCommandsNamesRes = 0;
_part = 0;
_nextPart = 0;
_subtitleY = 0;
_subtitle[0] = 0;
_subtitle[1] = 0;
_charInventories[0] = 0;
_charInventories[1] = 0;
_charInventories[2] = 0;
_countersNames = 0;
_callables = 0;
_walker = 0;
}

Common::Error Parallaction_br::init() {
Expand Down

0 comments on commit d74585b

Please sign in to comment.