Changeset 6971 in orxonox.OLD for branches/avi_play/src/story_entities
- Timestamp:
- Feb 2, 2006, 12:20:15 AM (19 years ago)
- Location:
- branches/avi_play/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/story_entities/movie_loader.cc
r6731 r6971 47 47 48 48 LoadParam(root, "name", this, MovieLoader, loadMovie); 49 LoadParam(root, "fps", this, MovieLoader, setFPS); 50 } 51 52 void MovieLoader::setFPS(float fps) 53 { 54 this->movie_player->setFPS(fps); 49 55 } 50 56 -
branches/avi_play/src/story_entities/movie_loader.h
r6600 r6971 41 41 private: 42 42 void loadMovie(const char* filename); 43 void setFPS(float fps); 43 44 void tick(); 44 45 void draw() const;
Note: See TracChangeset
for help on using the changeset viewer.