- Timestamp:
- Dec 17, 2008, 6:18:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/worldentities/pawns/Pawn.h
r2501 r2506 87 87 88 88 inline const WorldEntity* getWorldEntity() const 89 { return (WorldEntity*)this; }89 { return const_cast<Pawn*>(this); } 90 90 91 91 inline void setSpawnParticleSource(const std::string& source)
Note: See TracChangeset
for help on using the changeset viewer.