[Scummvm-cvs-logs] scummvm master -> cfcf0e40a575d0d9b19f14aff24e6d7ec0f95ee2
Strangerke
Strangerke at scummvm.org
Thu Feb 28 08:24:38 CET 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
cfcf0e40a5 HOPKINS: Forgotten file in previous commit
Commit: cfcf0e40a575d0d9b19f14aff24e6d7ec0f95ee2
https://github.com/scummvm/scummvm/commit/cfcf0e40a575d0d9b19f14aff24e6d7ec0f95ee2
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-02-27T23:23:49-08:00
Commit Message:
HOPKINS: Forgotten file in previous commit
Changed paths:
engines/hopkins/dialogs.cpp
diff --git a/engines/hopkins/dialogs.cpp b/engines/hopkins/dialogs.cpp
index 6cfd1f7..2b23f20 100644
--- a/engines/hopkins/dialogs.cpp
+++ b/engines/hopkins/dialogs.cpp
@@ -416,9 +416,9 @@ void DialogsManager::showInventory() {
break;
_vm->_scriptManager._tempObjectFl = true;
- _vm->_globals._saveData->_data[svField3] = _vm->_objectsManager._curObjectIndex;
- _vm->_globals._saveData->_data[svField8] = _vm->_globals._inventory[newInventoryItem];
- _vm->_globals._saveData->_data[svField9] = _vm->_eventsManager._mouseCursorId;
+ _vm->_globals._saveData->_data[svLastObjectIndex] = _vm->_objectsManager._curObjectIndex;
+ _vm->_globals._saveData->_data[svUseless8] = _vm->_globals._inventory[newInventoryItem];
+ _vm->_globals._saveData->_data[svUseless9] = _vm->_eventsManager._mouseCursorId;
_vm->_objectsManager.OPTI_OBJET();
_vm->_scriptManager._tempObjectFl = false;
More information about the Scummvm-git-logs
mailing list