mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +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() {
|
void ScummEngine_v0::runSentenceScript() {
|
||||||
int obj = OBJECT_V0(_cmdObjectNr, _cmdObjectType);
|
int obj = OBJECT_V0(_cmdObjectNr, _cmdObjectType);
|
||||||
|
|
||||||
|
drawSentenceLine();
|
||||||
|
|
||||||
if (getVerbEntrypoint(obj, _cmdVerb) != 0) {
|
if (getVerbEntrypoint(obj, _cmdVerb) != 0) {
|
||||||
// do not read in the dark
|
// do not read in the dark
|
||||||
if (!(_cmdVerb == kVerbRead && _currentLights == 0)) {
|
if (!(_cmdVerb == kVerbRead && _currentLights == 0)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user