aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2009-01-03 16:03:50 +0000
committerFilippos Karapetis2009-01-03 16:03:50 +0000
commit3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b (patch)
tree3d109f6d5390aba25d864264b08f4e38bc6a94d3
parente7cbd2e14f8a2ba14c659ae3ace6ef0ee1d8c371 (diff)
downloadscummvm-rg350-3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b.tar.gz
scummvm-rg350-3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b.tar.bz2
scummvm-rg350-3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b.zip
Typo
svn-id: r35705
-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 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);
}