1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00

open dialogue window, if a matching greetings info record is found

This commit is contained in:
Marc Zinnschlag 2010-08-18 09:19:16 +02:00
parent 19c5ace602
commit e42f1bbc11

View File

@ -14,6 +14,8 @@
#include "../mwworld/world.hpp"
#include "../mwworld/refdata.hpp"
#include "../mwgui/window_manager.hpp"
#include <iostream>
namespace
@ -270,7 +272,7 @@ namespace MWDialogue
// TODO execute script
}
break;
mEnvironment.mWindowManager->setMode (MWGui::GM_Dialogue);
}
}
}