Fix valgrind warning on unitialized variable.

svn-id: r24676
This commit is contained in:
Travis Howell 2006-11-11 09:37:36 +00:00
parent 90aa1d1852
commit 050c9e5bfb

View file

@ -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);
}