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/gametypes/TeamDeathmatch.cc

    r3177 r3183  
    3131#include "core/CoreIncludes.h"
    3232#include "core/ConfigValueIncludes.h"
    33 #include "interfaces/Teamcolourable.h"
     33#include "interfaces/TeamColourable.h"
    3434#include "objects/worldentities/TeamSpawnPoint.h"
    3535
     
    168168                for (std::set<WorldEntity*>::iterator it = pawnAttachments.begin(); it != pawnAttachments.end(); ++it)
    169169                {
    170                     if ((*it)->isA(Class(Teamcolourable)))
     170                    if ((*it)->isA(Class(TeamColourable)))
    171171                    {
    172                         Teamcolourable* tc = dynamic_cast<Teamcolourable*>(*it);
     172                        TeamColourable* tc = dynamic_cast<TeamColourable*>(*it);
    173173                        tc->setTeamColour(this->teamcolours_[it_player->second]);
    174174                    }
Note: See TracChangeset for help on using the changeset viewer.