VOYEUR: Workaround for demo crashing when quit hotspot clicked

This commit is contained in:
Paul Gilbert 2020-06-03 17:43:52 -07:00
parent 4778aa9769
commit 803ab83f45

View File

@ -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();