mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
VOYEUR: Still show end credits when quitting demo
This commit is contained in:
parent
dd3b84b2e5
commit
1902474faa
@ -238,11 +238,13 @@ void VoyeurEngine::doTailTitle() {
|
||||
_screen->_vPort->setupViewPort(NULL);
|
||||
_screen->screenReset();
|
||||
|
||||
if (!getIsDemo() && _bVoy->getBoltGroup(0x600)) {
|
||||
RL2Decoder decoder;
|
||||
decoder.loadRL2File("a1100200.rl2", false);
|
||||
decoder.start();
|
||||
decoder.play(this);
|
||||
if (_bVoy->getBoltGroup(0x600)) {
|
||||
if (!getIsDemo()) {
|
||||
RL2Decoder decoder;
|
||||
decoder.loadRL2File("a1100200.rl2", false);
|
||||
decoder.start();
|
||||
decoder.play(this);
|
||||
}
|
||||
|
||||
if (!shouldQuit() && !_eventsManager->_mouseClicked) {
|
||||
doClosingCredits();
|
||||
|
Loading…
x
Reference in New Issue
Block a user