Changeset 6562 in orxonox.OLD for branches/avi_play/src/story_entities
- Timestamp:
- Jan 18, 2006, 3:02:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/story_entities/movie_loader.cc
r6557 r6562 84 84 void MovieLoader::run() 85 85 { 86 while( this->isRunning) 87 { 86 88 89 this->tick(); 90 91 this->draw(); 92 } 87 93 } 88 94
Note: See TracChangeset
for help on using the changeset viewer.