Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 10:48:12 PM (15 years ago)
Author:
rgrieder
Message:

Renamed Teamcolourable to TeamColourable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc

    r3177 r3183  
    3131#include "core/CoreIncludes.h"
    3232#include "objects/gametypes/TeamBaseMatch.h"
    33 #include "interfaces/Teamcolourable.h"
     33#include "interfaces/TeamColourable.h"
    3434#include "interfaces/PawnListener.h"
    3535
     
    8181        for (std::set<WorldEntity*>::iterator it = attachments.begin(); it != attachments.end(); ++it)
    8282        {
    83             if ((*it)->isA(Class(Teamcolourable)))
     83            if ((*it)->isA(Class(TeamColourable)))
    8484            {
    85                 Teamcolourable* tc = dynamic_cast<Teamcolourable*>(*it);
     85                TeamColourable* tc = dynamic_cast<TeamColourable*>(*it);
    8686                tc->setTeamColour(colour);
    8787            }
Note: See TracChangeset for help on using the changeset viewer.