diff options
Diffstat (limited to 'engines')
-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(); |