[Scummvm-tracker] [ScummVM :: Bugs] #15683: SCI: SQ5: Two more rooms with speed problems
ScummVM :: Bugs
trac at scummvm.org
Tue Feb 18 06:26:54 UTC 2025
#15683: SCI: SQ5: Two more rooms with speed problems
-------------------------+----------------------------
Reporter: GermanTribun | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCI
Version: | Resolution:
Keywords: | Game: Space Quest 5
-------------------------+----------------------------
Comment (by eriktorbjorn):
I assume this is the first of the rooms you mean:
[[Image(eureka.png)]]
This is not meant as the proper patch - I don't have the expertise for
that, and I don't know what the speed is supposed to be - but just an
experiment with the speed throttling...
{{{
--- a/engines/sci/engine/kmisc.cpp
+++ b/engines/sci/engine/kmisc.cpp
@@ -168,6 +168,10 @@ reg_t kGameIsRestarting(EngineState *s, int argc,
reg_t *argv) {
}
break;
}
+ case 225:
+ s->_throttleTrigger = true;
+ neededSleep = 90;
+ break;
default:
break;
}
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/15683#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list