Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 17, 2010, 9:41:17 PM (14 years ago)
Author:
dafrick
Message:

Fixing "bug", that caused crash in dedicated mode.
Script object can now specify whether the code that is executed by it needs graphics to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/notifications/Notification.cc

    r7462 r7463  
    114114    bool Notification::send(unsigned int clientId, const std::string & sender = NotificationManager::NONE)
    115115    {
     116        COUT(0) << "MUP: " << Host::getPlayerID() << "|" << clientId << std::endl;
    116117        if(GameMode::isStandalone() || Host::getPlayerID() == clientId)
    117118        {
Note: See TracChangeset for help on using the changeset viewer.