Skip to content

Commit

Permalink
PARALLACTION: Initialize class. CID 1002705
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Nov 9, 2013
1 parent c7331ee commit 918ae37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions engines/parallaction/parallaction_ns.cpp
Expand Up @@ -145,6 +145,18 @@ void LocationName::bind(const char *s) {

Parallaction_ns::Parallaction_ns(OSystem* syst, const PARALLACTIONGameDescription *gameDesc) : Parallaction(syst, gameDesc),
_locationParser(0), _programParser(0), _walker(0) {
_soundManI = 0;
_score = 0;
_inTestResult = 0;
_callables = 0;
num_foglie = 0;
_sarcophagusDeltaX = 0;
_movingSarcophagus = 0;
_freeSarcophagusSlotX = 0;
_intro = 0;

_testResultLabels[0] = 0;
_testResultLabels[1] = 0;
}

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

0 comments on commit 918ae37

Please sign in to comment.