Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 4, 2011, 12:45:06 AM (13 years ago)
Author:
landauf
Message:

Chat works again
Removed console output for almost all gameplay messages (use chat/notifications instead)
Deathmatch level now actually uses Deathmatch gametype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/orxonox/gametypes/LastTeamStanding.cc

    r8809 r8822  
    119119                this->teamsAlive--;
    120120            const std::string& message = victim->getPlayer()->getName() + " has lost all lives";
    121             orxout(level::message) << message << endl;
    122121            Host::Broadcast(message);
    123122        }
Note: See TracChangeset for help on using the changeset viewer.