Changeset 4921 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jul 21, 2005, 3:32:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4919 r4921 828 828 if( this->bQuitCurrentGame || this->bQuitOrxonox) 829 829 break; 830 // Process collision 831 this->collide (); 830 832 // Process time 831 833 this->tick (); 832 834 // Update the state 833 835 this->update (); 834 // Process collision835 this->collide ();836 836 // Draw 837 837 this->display ();
Note: See TracChangeset
for help on using the changeset viewer.