Skip to content

Commit

Permalink
MADS: Fix missing initialization in MADSAction class.
Browse files Browse the repository at this point in the history
Fixes CID #1216232.
  • Loading branch information
digitall committed May 26, 2014
1 parent 8c3e862 commit e80f960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/mads/action.cpp
Expand Up @@ -55,6 +55,7 @@ MADSAction::MADSAction(MADSEngine *vm) : _vm(vm) {
_statusTextIndex = -1;
_selectedAction = 0;
_inProgress = false;
_pickedWord = -1;

_savedFields._commandSource = 0;
_savedFields._mainObjectSource = 0;
Expand Down

0 comments on commit e80f960

Please sign in to comment.