- Timestamp:
- Feb 6, 2006, 1:52:06 PM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/movie_loader.cc
r7022 r7049 47 47 StoryEntity::loadParams(root); 48 48 49 LoadParam(root, " name", this, MovieLoader, loadMovie);49 LoadParam(root, "movie", this, MovieLoader, loadMovie); 50 50 LoadParam(root, "fps", this, MovieLoader, setFPS); 51 51 } -
trunk/src/world_entities/movie_entity.cc
r7010 r7049 71 71 { 72 72 this->fps = fps; 73 PRINTF(0)("fps: %f\n", fps);73 //PRINTF(0)("fps: %f\n", fps); 74 74 } 75 75 … … 87 87 void MovieEntity::setAxis(float axis) 88 88 { 89 PRINTF(0)("fps: %f\n", fps);89 //PRINTF(0)("fps: %f\n", fps); 90 90 this->axis = axis; 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.