Skip to content

Commit

Permalink
AVALANCHE: Fix CID 1109698 - Uninitialized scalar field in Sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke authored and Kamil Zbróg committed Oct 24, 2013
1 parent 00d2552 commit e053dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/avalanche/sequence.cpp
Expand Up @@ -34,6 +34,8 @@ namespace Avalanche {

Sequence::Sequence(AvalancheEngine *vm) {
_vm = vm;

resetVariables();
}

void Sequence::resetVariables() {
Expand Down

0 comments on commit e053dcb

Please sign in to comment.