aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2008-12-22 11:49:49 +0000
committerTravis Howell2008-12-22 11:49:49 +0000
commit1f669687a35b68d790b4a0ad54a19e11ec2a951b (patch)
treed5b30fbd63249d3094ac690eb0d66edd79f784d9 /engines
parentc3bbc4b2794bb8afc1dd3adcd7015aa41231a02a (diff)
downloadscummvm-rg350-1f669687a35b68d790b4a0ad54a19e11ec2a951b.tar.gz
scummvm-rg350-1f669687a35b68d790b4a0ad54a19e11ec2a951b.tar.bz2
scummvm-rg350-1f669687a35b68d790b4a0ad54a19e11ec2a951b.zip
Correct comment.
svn-id: r35483
Diffstat (limited to 'engines')
-rw-r--r--engines/saga/introproc_fta2.cpp2
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();