diff options
author | Strangerke | 2013-01-12 16:27:08 +0100 |
---|---|---|
committer | Strangerke | 2013-01-12 16:27:08 +0100 |
commit | ba3453ac9aac31d5a71526a62d8e38c0ec8c7264 (patch) | |
tree | f7fb45dea62651712d66efedc444a7ce824b2aba | |
parent | 558506af549f763f5743bad1359f7b16255c42f9 (diff) | |
download | scummvm-rg350-ba3453ac9aac31d5a71526a62d8e38c0ec8c7264.tar.gz scummvm-rg350-ba3453ac9aac31d5a71526a62d8e38c0ec8c7264.tar.bz2 scummvm-rg350-ba3453ac9aac31d5a71526a62d8e38c0ec8c7264.zip |
HOPKINS: Remove one more label
-rw-r--r-- | engines/hopkins/objects.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/objects.cpp b/engines/hopkins/objects.cpp index 231ef2e885..20f18c1781 100644 --- a/engines/hopkins/objects.cpp +++ b/engines/hopkins/objects.cpp @@ -1606,7 +1606,6 @@ void ObjectsManager::GOHOME() { } } } -LABEL_241: _vm->_globals.Compteur = 0; return; } @@ -1948,7 +1947,8 @@ LABEL_153: } } } - goto LABEL_241; + _vm->_globals.Compteur = 0; + return; } if (_vm->_globals.g_old_sens != nouveau_sens) break; |