mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 04:45:33 +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