diff options
Diffstat (limited to 'engines/sci')
| -rw-r--r-- | engines/sci/graphics/frameout.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index a7899b8d89..b5b320637f 100644 --- a/engines/sci/graphics/frameout.cpp +++ b/engines/sci/graphics/frameout.cpp @@ -1609,10 +1609,10 @@ void GfxFrameout::throttle() {  	if (_throttleFrameOut) {  		uint8 throttleTime;  		if (_throttleState == 2) { -			throttleTime = 17; +			throttleTime = 16;  			_throttleState = 0;  		} else { -			throttleTime = 16; +			throttleTime = 17;  			++_throttleState;  		}  | 
