Fix valgrind warning on unitialized variable.
svn-id: r24676
This commit is contained in:
parent
90aa1d1852
commit
050c9e5bfb
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ ScummEngine_vCUPhe::ScummEngine_vCUPhe(OSystem *syst, const DetectorResult &dr)
|
|||
_syst = syst;
|
||||
_game = dr.game;
|
||||
_filenamePattern = dr.fp,
|
||||
_quit = false;
|
||||
|
||||
_cupPlayer = new CUP_Player(syst, this, _mixer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue