Intel C++ 11.0.074 for releases, and fix a bug with linked speaking

This commit is contained in:
Thorvald Natvig 2009-04-25 21:26:33 +02:00
parent f594ce8ee4
commit f32c8783ee
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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);