SCUMM: reset sentence line in v0 if sentence executed

This commit is contained in:
Tobias Gunkel 2012-01-10 23:15:53 +01:00
parent df07d2db29
commit 8392d23e6b

View File

@ -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)) {