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:
commit
5cfac197d4
2 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue