[Scummvm-cvs-logs] scummvm master -> 396d6f28391956ca6f736f905170a7b2575980b7
eriktorbjorn
eriktorbjorn at telia.com
Sun Jul 5 19:56:46 CEST 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
396d6f2839 ACCESS: Increase delay in Amazon intro to allow fanfare to finish
Commit: 396d6f28391956ca6f736f905170a7b2575980b7
https://github.com/scummvm/scummvm/commit/396d6f28391956ca6f736f905170a7b2575980b7
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-07-05T19:55:33+02:00
Commit Message:
ACCESS: Increase delay in Amazon intro to allow fanfare to finish
There's probably a better way of handling this, but as long as we
hard-code a delay, we may as well try to make it fit.
Changed paths:
engines/access/amazon/amazon_logic.cpp
diff --git a/engines/access/amazon/amazon_logic.cpp b/engines/access/amazon/amazon_logic.cpp
index 6dffb85..b2728ff 100644
--- a/engines/access/amazon/amazon_logic.cpp
+++ b/engines/access/amazon/amazon_logic.cpp
@@ -386,7 +386,7 @@ void Opening::doTitle() {
_vm->_buffer1.blitFrom(*_vm->_screen);
screen.forceFadeIn();
_vm->_midi->newMusic(1, 0);
- _vm->_events->_vbCount = 700;
+ _vm->_events->_vbCount = 950;
while (!_vm->shouldQuit() && (_vm->_events->_vbCount > 0) && !_vm->_events->isKeyMousePressed()) {
_vm->_events->pollEventsAndWait();
}
More information about the Scummvm-git-logs
mailing list