diff options
author | Strangerke | 2012-12-27 08:13:29 +0100 |
---|---|---|
committer | Strangerke | 2012-12-27 08:13:29 +0100 |
commit | dc02df8cd27e9284247166a4d33fe5bb7bcd4a43 (patch) | |
tree | 782e5bff7981522e00da405f7af36d1934050b99 | |
parent | 7e3be3c2d803d583807988d42ead2a22412716bb (diff) | |
download | scummvm-rg350-dc02df8cd27e9284247166a4d33fe5bb7bcd4a43.tar.gz scummvm-rg350-dc02df8cd27e9284247166a4d33fe5bb7bcd4a43.tar.bz2 scummvm-rg350-dc02df8cd27e9284247166a4d33fe5bb7bcd4a43.zip |
HOPKINS: Remove forgotten useless variable
-rw-r--r-- | engines/hopkins/talk.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/talk.cpp b/engines/hopkins/talk.cpp index 09165e5e36..978fd1ef1a 100644 --- a/engines/hopkins/talk.cpp +++ b/engines/hopkins/talk.cpp @@ -1093,7 +1093,6 @@ void TalkManager::REPONSE2(int a1, int a2) { void TalkManager::OBJET_VIVANT(const Common::String &a2) { int v5; - int v10; byte *v11; byte *v14; byte *v15; |