forked from mirror/openmw-tes3mp
Woops
This commit is contained in:
parent
6f6993255a
commit
3759127627
1 changed files with 2 additions and 6 deletions
|
@ -85,12 +85,8 @@ void mwmp::GUIController::setChatVisible(bool chatVisible)
|
||||||
void mwmp::GUIController::ShowDialogList(const mwmp::BasePlayer::GUIMessageBox &guiMessageBox)
|
void mwmp::GUIController::ShowDialogList(const mwmp::BasePlayer::GUIMessageBox &guiMessageBox)
|
||||||
{
|
{
|
||||||
MWBase::WindowManager *windowManager = MWBase::Environment::get().getWindowManager();
|
MWBase::WindowManager *windowManager = MWBase::Environment::get().getWindowManager();
|
||||||
windowManager->removeDialog(mInputBox);
|
windowManager->removeDialog(mListBox);
|
||||||
if(mListBox)
|
mListBox = NULL;
|
||||||
{
|
|
||||||
delete mListBox;
|
|
||||||
mListBox = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
std::vector<std::string> list;
|
std::vector<std::string> list;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue