Changeset 5044 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Aug 16, 2005, 8:44:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r5038 r5044 756 756 if( this->bQuitCurrentGame || this->bQuitOrxonox) 757 757 break; 758 // Process collision759 this->collide ();760 758 // Process time 761 759 this->tick (); 762 760 // Update the state 763 761 this->update (); 762 // Process collision 763 this->collide (); 764 764 // Draw 765 765 this->display ();
Note: See TracChangeset
for help on using the changeset viewer.