Skip to content

Commit

Permalink
HOPKINS: Remove one more label
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 12, 2013
1 parent 558506a commit ba3453a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/hopkins/objects.cpp
Expand Up @@ -1606,7 +1606,6 @@ void ObjectsManager::GOHOME() {
}
}
}
LABEL_241:
_vm->_globals.Compteur = 0;
return;
}
Expand Down Expand Up @@ -1948,7 +1947,8 @@ void ObjectsManager::GOHOME() {
}
}
}
goto LABEL_241;
_vm->_globals.Compteur = 0;
return;
}
if (_vm->_globals.g_old_sens != nouveau_sens)
break;
Expand Down

0 comments on commit ba3453a

Please sign in to comment.