mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 04:01:03 +00:00
SCUMM: reset sentence line in v0 if sentence executed
This commit is contained in:
parent
df07d2db29
commit
8392d23e6b
@ -1225,6 +1225,8 @@ void ScummEngine_v0::checkAndRunSentenceScript() {
|
||||
void ScummEngine_v0::runSentenceScript() {
|
||||
int obj = OBJECT_V0(_cmdObjectNr, _cmdObjectType);
|
||||
|
||||
drawSentenceLine();
|
||||
|
||||
if (getVerbEntrypoint(obj, _cmdVerb) != 0) {
|
||||
// do not read in the dark
|
||||
if (!(_cmdVerb == kVerbRead && _currentLights == 0)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user