diff options
author | Filippos Karapetis | 2009-01-03 16:03:50 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-01-03 16:03:50 +0000 |
commit | 3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b (patch) | |
tree | 3d109f6d5390aba25d864264b08f4e38bc6a94d3 | |
parent | e7cbd2e14f8a2ba14c659ae3ace6ef0ee1d8c371 (diff) | |
download | scummvm-rg350-3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b.tar.gz scummvm-rg350-3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b.tar.bz2 scummvm-rg350-3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b.zip |
Typo
svn-id: r35705
-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 30738a4c8b..5b33dbf4f0 100644 --- a/engines/saga/introproc_fta2.cpp +++ b/engines/saga/introproc_fta2.cpp @@ -123,7 +123,7 @@ void MoviePlayerSMK::processFrame() { // Update the screen _vm->_system->updateScreen(); - // Wait before showing the net frame + // Wait before showing the next frame _vm->_system->delayMillis(waitTime); } |