mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Intel C++ 11.0.074 for releases, and fix a bug with linked speaking
This commit is contained in:
parent
f594ce8ee4
commit
f32c8783ee
@ -146,7 +146,7 @@ Section "" SectionCommon
|
||||
File "\dev\dbus\bin\dbus-daemon.exe"
|
||||
File "\dev\dbus\etc\session.conf"
|
||||
|
||||
File "\Program Files (x86)\Intel\Compiler\11.0\072\cpp\Bin\ia32\libmmd.dll"
|
||||
File "\Program Files (x86)\Intel\Compiler\11.0\074\cpp\Bin\ia32\libmmd.dll"
|
||||
|
||||
File "Microsoft.VC90.CRT.manifest"
|
||||
File "\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\msvcm90.dll"
|
||||
|
||||
@ -538,7 +538,7 @@ void Server::processMsg(User *u, const char *data, int len) {
|
||||
foreach(Channel *l, chans) {
|
||||
if (ChanACL::hasPermission(u, l, (target == 1) ? ChanACL::AltSpeak : ChanACL::Speak, acCache)) {
|
||||
foreach(p, l->qlPlayers) {
|
||||
User *pDst = static_cast<User *>(pDst);
|
||||
User *pDst = static_cast<User *>(p);
|
||||
if (! p->bDeaf && ! p->bSelfDeaf) {
|
||||
if (poslen && pDst->ssContext == u->ssContext)
|
||||
sendMessage(pDst, buffer, len, qba);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user