diff options
| author | Travis Howell | 2008-12-22 11:49:49 +0000 | 
|---|---|---|
| committer | Travis Howell | 2008-12-22 11:49:49 +0000 | 
| commit | 1f669687a35b68d790b4a0ad54a19e11ec2a951b (patch) | |
| tree | d5b30fbd63249d3094ac690eb0d66edd79f784d9 | |
| parent | c3bbc4b2794bb8afc1dd3adcd7015aa41231a02a (diff) | |
| download | scummvm-rg350-1f669687a35b68d790b4a0ad54a19e11ec2a951b.tar.gz scummvm-rg350-1f669687a35b68d790b4a0ad54a19e11ec2a951b.tar.bz2 scummvm-rg350-1f669687a35b68d790b4a0ad54a19e11ec2a951b.zip | |
Correct comment.
svn-id: r35483
| -rw-r--r-- | engines/saga/introproc_fta2.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/saga/introproc_fta2.cpp b/engines/saga/introproc_fta2.cpp index 18d82be60f..8f998f07ac 100644 --- a/engines/saga/introproc_fta2.cpp +++ b/engines/saga/introproc_fta2.cpp @@ -193,7 +193,7 @@ int Scene::FTA2EndProc(FTA2Endings whichEnding) {  	_vm->_gfx->showCursor(false); -	// Play introduction +	// Play ending  	if (smkPlayer->load(videoName)) {  		debug(0, "Playing video %s", videoName);  		smkPlayer->playVideo(); | 
