Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6959


Ignore:
Timestamp:
May 21, 2010, 4:06:04 PM (14 years ago)
Author:
jo
Message:

bug removed - should be playable now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/dynamicmatch/src/orxonox/gametypes/Dynamicmatch.cc

    r6921 r6959  
    9292        static ColourValue colours[] =
    9393        {
    94             ColourValue(0.3f, 0.3f, 1.0f),      //chasercolour
    95             ColourValue(1.0f, 0.3f, 0.3f),      //piggycolour
     94            ColourValue(1.0f, 0.3f, 0.3f),      //chasercolour
     95            ColourValue(0.3f, 0.3f, 1.0f),      //piggycolour
    9696            ColourValue(0.3f, 1.0f, 0.3f)       //killercolour  what about black: 0.0f, 0.0f, 0.0f
    9797           
     
    106106        if (!originator||!victim)
    107107            return false;
    108         if (!!originator->getPlayer()||!victim->getPlayer())
     108        if (!originator->getPlayer()||!victim->getPlayer())
    109109            return false;
    110110        if (victim && victim->getPlayer()) //&& originator && originator->getPlayer() ??
Note: See TracChangeset for help on using the changeset viewer.