Changeset 2369 for code/branches/objecthierarchy2/src/orxonox/objects/infos
- Timestamp:
- Dec 10, 2008, 3:37:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/orxonox/objects/infos/PlayerInfo.cc
r2362 r2369 77 77 void PlayerInfo::changedName() 78 78 { 79 SUPER(PlayerInfo, changedName); 80 79 81 if (this->isInitialized() && this->getGametype()) 80 82 this->getGametype()->playerChangedName(this);
Note: See TracChangeset
for help on using the changeset viewer.