Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5044 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Aug 16, 2005, 8:44:55 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: cd now works all obj-obj collisions are detected and for each is a message displayed in the console. since the small enemy spacefracts follow the player at one point - there are many collisions at the same time…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r5038 r5044  
    756756      if( this->bQuitCurrentGame || this->bQuitOrxonox)
    757757          break;
    758       // Process collision
    759       this->collide ();
    760758      // Process time
    761759      this->tick ();
    762760      // Update the state
    763761      this->update ();
     762      // Process collision
     763      this->collide ();
    764764      // Draw
    765765      this->display ();
Note: See TracChangeset for help on using the changeset viewer.