settings updated (+sound categories, -engine versions)

This commit is contained in:
doitux
2007-09-30 20:22:38 +00:00
parent 24f8c6bf31
commit 0d06041857
5 changed files with 137 additions and 159 deletions
@@ -118,7 +118,8 @@ void LobbyChat::displayMessage(QString playerName, QString message) {
QString tempMsg;
if(message.contains(QString::fromUtf8(myConfig->readConfigString("MyName").c_str()), Qt::CaseInsensitive)) {
tempMsg = QString("<b>"+message+"</b>");
myLobby->getMyW()->getMySDLPlayer()->playSound("lobbychatnotify",0);
if(myLobby->isVisible() && myConfig->readConfigInt("PlayLobbyChatNotification"))
myLobby->getMyW()->getMySDLPlayer()->playSound("lobbychatnotify",0);
}
else {
tempMsg = message;