- Timestamp:
- May 31, 2010, 2:10:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/worldentities/pawns/Pawn.cc
r6998 r7045 55 55 Pawn::Pawn(BaseObject* creator) 56 56 : ControllableEntity(creator) 57 , RadarViewable(creator )57 , RadarViewable(creator, static_cast<WorldEntity*>(this)) 58 58 { 59 59 RegisterObject(Pawn);
Note: See TracChangeset
for help on using the changeset viewer.