diff options
Diffstat (limited to 'saga')
-rw-r--r-- | saga/scene.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp index 4acef59409..5816655bfd 100644 --- a/saga/scene.cpp +++ b/saga/scene.cpp @@ -610,7 +610,7 @@ void Scene::loadScene(LoadSceneParams *loadSceneParams) { _vm->_interface->clearInventory(); _vm->_resource->loadGlobalResources(loadSceneParams->chapter, loadSceneParams->actorsEntrance); - _vm->_interface->addToInventory(0x4000); //IHNM_OBJ_PROFILE); + _vm->_interface->addToInventory(IHNM_OBJ_PROFILE); _vm->_interface->activate(); if (loadSceneParams->chapter == 8 || loadSceneParams->chapter == -1) |