mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Woops
This commit is contained in:
parent
6f6993255a
commit
3759127627
@ -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…
x
Reference in New Issue
Block a user