mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
VOYEUR: Workaround for demo crashing when quit hotspot clicked
This commit is contained in:
parent
4778aa9769
commit
803ab83f45
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user