Changeset 10571 for code/branches/core7/src/modules/dodgerace
- Timestamp:
- Sep 9, 2015, 1:11:13 PM (9 years ago)
- Location:
- code/branches/core7/src/modules/dodgerace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/dodgerace/DodgeRaceCenterPoint.cc
r10232 r10571 66 66 if (this->getGametype() != NULL && this->getGametype()->isA(Class(DodgeRace))) 67 67 { 68 DodgeRace* DodgeRaceGametype = orxonox_cast<DodgeRace*>(this->getGametype() .get());68 DodgeRace* DodgeRaceGametype = orxonox_cast<DodgeRace*>(this->getGametype()); 69 69 DodgeRaceGametype->setCenterpoint(this); 70 70 } -
code/branches/core7/src/modules/dodgerace/DodgeRaceHUDinfo.cc
r10236 r10571 82 82 if (this->getOwner() && this->getOwner()->getGametype()) 83 83 { 84 this->DodgeRaceGame = orxonox_cast<DodgeRace*>(this->getOwner()->getGametype() .get());84 this->DodgeRaceGame = orxonox_cast<DodgeRace*>(this->getOwner()->getGametype()); 85 85 } 86 86 else
Note: See TracChangeset
for help on using the changeset viewer.