1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 05:15:31 +00:00

Merge branch 'journalfix' of https://github.com/zinnschlag/openmw.git into journal

This commit is contained in:
gugus 2011-12-29 17:59:21 +01:00
commit 5cfac197d4
2 changed files with 3 additions and 1 deletions

View file

@ -42,7 +42,7 @@ namespace MWDialogue
iter!=dialogue->mInfo.end(); ++iter)
if (iter->data.disposition==index) /// \todo cleanup info structure
{
iter->id;
return iter->id;
}
throw std::runtime_error ("unknown journal index for topic " + topic);

View file

@ -64,3 +64,5 @@ add_component_dir (interpreter
include_directories(${BULLET_INCLUDE_DIRS})
add_library (components STATIC ${COMPONENT_FILES})
target_link_libraries (components ${Boost_LIBRARIES} ${OGRE_LIBRARIES})