mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
removed some cout spam
This commit is contained in:
parent
aca274cbca
commit
6a0474a977
@ -742,7 +742,7 @@ namespace MWDialogue
|
||||
}
|
||||
}
|
||||
}
|
||||
std::cout << std::endl << std::endl;
|
||||
|
||||
updateTopics();
|
||||
}
|
||||
|
||||
|
@ -57,8 +57,6 @@ void MessageBoxManager::onFrame (float frameDuration)
|
||||
|
||||
void MessageBoxManager::createMessageBox (const std::string& message)
|
||||
{
|
||||
std::cout << "MessageBox: " << message << std::endl;
|
||||
|
||||
MessageBox *box = new MessageBox(*this, message);
|
||||
|
||||
removeMessageBox(message.length()*mMessageBoxSpeed, box);
|
||||
@ -387,8 +385,3 @@ int InteractiveMessageBox::readPressedButton ()
|
||||
mButtonPressed = -1;
|
||||
return pressed;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user