Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 1:43:24 PM (18 years ago)
Author:
amaechler
Message:

atmospheric: void etc bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/world_entities/movie_entity.cc

    r7221 r8457  
    120120    counter = (int)(fps * timer);
    121121
    122     if (counter >= media_container->getFrameCount())
     122    if ((unsigned int)counter >= media_container->getFrameCount())
    123123    {
    124124      timer = 0;
     
    138138void MovieEntity::draw() const
    139139{
    140   if(!mediaLoaded)
    141     false;
     140//   if(!mediaLoaded)
     141//     false;
    142142
    143143  glPushAttrib(GL_ENABLE_BIT);
Note: See TracChangeset for help on using the changeset viewer.