Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5216 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Sep 22, 2005, 4:44:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more fixes due to valgrind

Location:
trunk/src/story_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/campaign.cc

    r5215 r5216  
    294294        {
    295295          //printf("Campaing::getStoryEntity() - yea, this is what we where looking for: %id\n");
     296          delete iterator;
    296297          return entity;
    297298        }
  • trunk/src/story_entities/world.cc

    r5211 r5216  
    381381  localCamera->setClipRegion(1, 10000.0);
    382382  this->localPlayer->setParentMode(PNODE_ALL);
    383   Vector* cameraOffset = new Vector (0, 5, -10);
    384383  TrackManager::getInstance()->condition(1, LEFTRIGHT, this->localPlayer);
    385384
Note: See TracChangeset for help on using the changeset viewer.