Skip to content

Commit

Permalink
HOPKINS: Fix for hearing police report after leaving bank.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 17, 2012
1 parent 848dcbc commit f2002f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/hopkins/objects.cpp
Expand Up @@ -2697,7 +2697,7 @@ void ObjectsManager::PLAN_BETA() {
_vm->_globals.NOPARLE = false;
v5 = 0;
}
if (_vm->_globals.SAUVEGARDE->data[svField180] == 1 && !_vm->_globals.SAUVEGARDE->data[svField172]) {
if (_vm->_globals.SAUVEGARDE->data[svField80] == 1 && !_vm->_globals.SAUVEGARDE->data[svField172]) {
_vm->_globals.SAUVEGARDE->data[svField172] = 1;
_vm->_globals.NOPARLE = true;
_vm->_talkManager.PARLER_PERSO("APPEL2.pe2");
Expand Down

0 comments on commit f2002f7

Please sign in to comment.