mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-25 20:36:48 +00:00
open dialogue window, if a matching greetings info record is found
This commit is contained in:
parent
19c5ace602
commit
e42f1bbc11
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
||||||
#include "../mwworld/world.hpp"
|
#include "../mwworld/world.hpp"
|
||||||
#include "../mwworld/refdata.hpp"
|
#include "../mwworld/refdata.hpp"
|
||||||
|
|
||||||
|
#include "../mwgui/window_manager.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
@ -270,7 +272,7 @@ namespace MWDialogue
|
||||||
// TODO execute script
|
// TODO execute script
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
mEnvironment.mWindowManager->setMode (MWGui::GM_Dialogue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue