Changeset 3544 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 14, 2005, 10:54:00 AM (20 years ago)
- Location:
- orxonox/trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/campaign.h
r3472 r3544 13 13 public: 14 14 Campaign (); 15 ~Campaign ();15 virtual ~Campaign (); 16 16 17 17 StoryEntity* currentEntity; -
orxonox/trunk/src/story_entities/world.cc
r3543 r3544 69 69 cn->reset(); 70 70 71 this->localCamera->destroy(); 72 this->nullParent->destroy(); 71 delete this->localCamera; 73 72 delete this->nullParent; 74 73 //delete this->skySphere; … … 665 664 p4->debug (); 666 665 667 p1->destroy ();666 delete p1; 668 667 669 668
Note: See TracChangeset
for help on using the changeset viewer.