mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 02:15:34 +00:00
remove a cout
This commit is contained in:
parent
c64eb96952
commit
125315ebe7
1 changed files with 0 additions and 2 deletions
|
@ -140,10 +140,8 @@ void DialogueWindow::onSelectTopic(std::string topic)
|
|||
}
|
||||
else if (topic == MWBase::Environment::get().getWorld()->getStore().gameSettings.find("sTravel")->getString())
|
||||
{
|
||||
std::cout << "travel!";
|
||||
mWindowManager.pushGuiMode(GM_Travel);
|
||||
mWindowManager.getTravelWindow()->startTravel(mPtr);
|
||||
//mWindowManager.getSpellBuyingWindow()->startSpellBuying(mPtr);
|
||||
}
|
||||
else if (topic == MWBase::Environment::get().getWorld()->getStore().gameSettings.find("sSpellMakingMenuTitle")->getString())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue