Skip to content

Commit

Permalink
FULLPIPE: Initialize class variables. CID 1204256
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 6, 2014
1 parent 22bcea1 commit 4457a96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/fullpipe/modal.cpp
Expand Up @@ -1456,6 +1456,9 @@ ModalSaveGame::ModalSaveGame() {
_cancelL = 0;
_emptyD = 0;
_emptyL = 0;
_fullD = 0;
_fullL = 0;
_menuScene = 0;
_queryRes = -1;
_rect = g_fp->_sceneRect;
_queryDlg = 0;
Expand Down

0 comments on commit 4457a96

Please sign in to comment.