mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +00:00
SHERLOCK: Make loop non-interactive demo (intro)
This commit is contained in:
parent
d82d476b27
commit
c451360747
@ -129,7 +129,9 @@ Common::Error SherlockEngine::run() {
|
|||||||
_saves->loadGame(_loadGameSlot);
|
_saves->loadGame(_loadGameSlot);
|
||||||
_loadGameSlot = -1;
|
_loadGameSlot = -1;
|
||||||
} else {
|
} else {
|
||||||
showOpening();
|
do
|
||||||
|
showOpening();
|
||||||
|
while (!shouldQuit() && !_interactiveFl);
|
||||||
}
|
}
|
||||||
|
|
||||||
while (!shouldQuit()) {
|
while (!shouldQuit()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user