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)
|
||||
{
|
||||
MWBase::WindowManager *windowManager = MWBase::Environment::get().getWindowManager();
|
||||
windowManager->removeDialog(mInputBox);
|
||||
if(mListBox)
|
||||
{
|
||||
delete mListBox;
|
||||
mListBox = NULL;
|
||||
}
|
||||
windowManager->removeDialog(mListBox);
|
||||
mListBox = NULL;
|
||||
|
||||
std::vector<std::string> list;
|
||||
|
||||
|
|
Loading…
Reference in a new issue