mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
HOPKINS: Remove one more label
This commit is contained in:
parent
558506af54
commit
ba3453ac9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user