diff options
| -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);  }  | 
