[Scummvm-git-logs] scummvm master -> 547d4be632becb56d33a876b5b638943cd1a8da3
digitall
noreply at scummvm.org
Sun Apr 17 23:55:24 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
547d4be632 PARALLACTION: Partially fix stuck verbs bug in Nippon Safes
Commit: 547d4be632becb56d33a876b5b638943cd1a8da3
https://github.com/scummvm/scummvm/commit/547d4be632becb56d33a876b5b638943cd1a8da3
Author: Hyunseo Cho (hc8756 at rit.edu)
Date: 2022-04-18T00:53:03+01:00
Commit Message:
PARALLACTION: Partially fix stuck verbs bug in Nippon Safes
This fixes the stuck explanation verb at the Eternal Rest Hotel
which is part of bug #4815.
Changed paths:
engines/parallaction/dialogue.cpp
diff --git a/engines/parallaction/dialogue.cpp b/engines/parallaction/dialogue.cpp
index 3e6791f9e74..76367b42df5 100644
--- a/engines/parallaction/dialogue.cpp
+++ b/engines/parallaction/dialogue.cpp
@@ -157,6 +157,7 @@ DialogueManager::DialogueManager(Parallaction *vm, ZonePtr z) : _vm(vm), _z(z) {
}
void DialogueManager::start() {
+ _vm->_gfx->hideFloatingLabel();
assert(_dialogue);
_q = _dialogue->_questions[0];
_state = DIALOGUE_START;
More information about the Scummvm-git-logs
mailing list