aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hopkins/talk.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/hopkins/talk.cpp b/engines/hopkins/talk.cpp
index 525e2892ce..2e4438e6d7 100644
--- a/engines/hopkins/talk.cpp
+++ b/engines/hopkins/talk.cpp
@@ -1176,7 +1176,6 @@ void TalkManager::REPONSE2(int a1, int a2) {
void TalkManager::OBJET_VIVANT(const Common::String &a2) {
int v2;
- Common::String v3;
const char *v4;
int v5;
bool v6;
@@ -1216,12 +1215,11 @@ void TalkManager::OBJET_VIVANT(const Common::String &a2) {
}
RENVOIE_FICHIER(40, v23, (const char *)BUFFERPERSO);
RENVOIE_FICHIER(0, v22, (const char *)BUFFERPERSO);
- v3 = v20;
RENVOIE_FICHIER(20, v20, (const char *)BUFFERPERSO);
v4 = "NULL";
v5 = 5;
- v6 = v3 != v4;
+ v6 = v20 != v4;
if (!v6) {
v20 = Common::String::format("IM%d", _vm->_globals.ECRAN);
}