Changeset 6959
- Timestamp:
- May 21, 2010, 4:06:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/dynamicmatch/src/orxonox/gametypes/Dynamicmatch.cc
r6921 r6959 92 92 static ColourValue colours[] = 93 93 { 94 ColourValue( 0.3f, 0.3f, 1.0f), //chasercolour95 ColourValue( 1.0f, 0.3f, 0.3f), //piggycolour94 ColourValue(1.0f, 0.3f, 0.3f), //chasercolour 95 ColourValue(0.3f, 0.3f, 1.0f), //piggycolour 96 96 ColourValue(0.3f, 1.0f, 0.3f) //killercolour what about black: 0.0f, 0.0f, 0.0f 97 97 … … 106 106 if (!originator||!victim) 107 107 return false; 108 if (! !originator->getPlayer()||!victim->getPlayer())108 if (!originator->getPlayer()||!victim->getPlayer()) 109 109 return false; 110 110 if (victim && victim->getPlayer()) //&& originator && originator->getPlayer() ??
Note: See TracChangeset
for help on using the changeset viewer.