Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3059


Ignore:
Timestamp:
May 25, 2009, 3:01:08 PM (15 years ago)
Author:
mockm
Message:

broadcast message in standalone works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/Host.cc

    r3058 r3059  
    107107  {
    108108    for (ObjectList<ChatListener>::iterator it = ObjectList<ChatListener>::begin(); it != ObjectList<ChatListener>::end(); ++it)
    109       it->incomingChat(message, playerID);
     109      it->incomingChat(message, 0);
    110110  }
    111 
    112   return instance_->broadcast(message);
     111  else
     112    return instance_->broadcast(message);
    113113}
    114114
Note: See TracChangeset for help on using the changeset viewer.