Changeset 8310 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jun 11, 2006, 12:33:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/movie_entity.cc
r8309 r8310 120 120 counter = (int)(fps * timer); 121 121 122 if (( int)counter >= media_container->getFrameCount())122 if ((unsigned int)counter >= media_container->getFrameCount()) 123 123 { 124 124 timer = 0; … … 138 138 void MovieEntity::draw() const 139 139 { 140 if(!mediaLoaded)141 false;140 // if(!mediaLoaded) 141 // false; 142 142 143 143 glPushAttrib(GL_ENABLE_BIT);
Note: See TracChangeset
for help on using the changeset viewer.