Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: some more fixing of the Errors reported by valgrind
removed some stuff in patrick's collision-detection.
also changed Vector* to Vector in Rectangle (patrick tell me, if this is not ok - but i doubt it :))

File:
1 edited

Legend:

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

    r5211 r5215  
    134134      se->destroy();
    135135
     136      int nextWorldID = se->getNextStoryID();
     137
    136138      this->entities->remove(se);
    137139      delete se;
    138140
    139       int nextWorldID = se->getNextStoryID();
    140141      //printf("Campaing::start() - got nextWorldID = %i\n", nextWorldID);
    141142      se = this->getStoryEntity(nextWorldID);
Note: See TracChangeset for help on using the changeset viewer.