[Scummvm-git-logs] scummvm master -> 7e2edcbfbc5c99eb15cfc98f629f3f788d72b1a7
neuromancer
neuromancer at users.noreply.github.com
Sat Nov 13 17:43:37 UTC 2021
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:
7e2edcbfbc HYPNO: removed useless statement
Commit: 7e2edcbfbc5c99eb15cfc98f629f3f788d72b1a7
https://github.com/scummvm/scummvm/commit/7e2edcbfbc5c99eb15cfc98f629f3f788d72b1a7
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-11-13T18:43:22+01:00
Commit Message:
HYPNO: removed useless statement
Changed paths:
engines/hypno/spider/talk.cpp
diff --git a/engines/hypno/spider/talk.cpp b/engines/hypno/spider/talk.cpp
index 4df2dac9f2..c133d67af7 100644
--- a/engines/hypno/spider/talk.cpp
+++ b/engines/hypno/spider/talk.cpp
@@ -72,7 +72,6 @@ void SpiderEngine::showConversation() {
}
if (!path.empty()) {
activeFound = true;
- frame = frame;
Graphics::Surface *surf = decodeFrame("dialog/" + path, frame);
drawImage(*speaker, x, y, false);
More information about the Scummvm-git-logs
mailing list