[Scummvm-git-logs] scummvm master -> 803ab83f451ec60bd4e055f782d2a8fced0b4155

dreammaster paulfgilbert at gmail.com
Thu Jun 4 00:45:13 UTC 2020


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:
803ab83f45 VOYEUR: Workaround for demo crashing when quit hotspot clicked


Commit: 803ab83f451ec60bd4e055f782d2a8fced0b4155
    https://github.com/scummvm/scummvm/commit/803ab83f451ec60bd4e055f782d2a8fced0b4155
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-06-03T17:43:52-07:00

Commit Message:
VOYEUR: Workaround for demo crashing when quit hotspot clicked

Changed paths:
    engines/voyeur/voyeur_game.cpp


diff --git a/engines/voyeur/voyeur_game.cpp b/engines/voyeur/voyeur_game.cpp
index 7ffba7f338..d6d8262b2d 100644
--- a/engines/voyeur/voyeur_game.cpp
+++ b/engines/voyeur/voyeur_game.cpp
@@ -237,7 +237,7 @@ void VoyeurEngine::doTailTitle() {
 	_screen->_vPort->setupViewPort(NULL);
 	_screen->screenReset();
 
-	if (_bVoy->getBoltGroup(0x600)) {
+	if (!getIsDemo() && _bVoy->getBoltGroup(0x600)) {
 		RL2Decoder decoder;
 		decoder.loadRL2File("a1100200.rl2", false);
 		decoder.start();




More information about the Scummvm-git-logs mailing list