- Timestamp:
- Jun 23, 2009, 7:28:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/overlays/hud/HUDSpeedBar.cc
r3196 r3223 65 65 SUPER(HUDSpeedBar, changedOwner); 66 66 67 this->owner_ = dynamic_cast<SpaceShip*>(this->getOwner());67 this->owner_ = orxonox_cast<SpaceShip>(this->getOwner()); 68 68 } 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.