Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7294 in orxonox.OLD


Ignore:
Timestamp:
Apr 14, 2006, 12:29:16 PM (18 years ago)
Author:
bensch
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/ogg_player.cc

    r7293 r7294  
    172172  if(playing())
    173173    return true;
     174  this->state |= Playing;
    174175
    175176  if(!stream(buffers[0]) || !stream(buffers[1]))
     
    182183  if (DEBUG >= 3)
    183184    SoundEngine::checkError("OggPlayer::playback()::alSourcePlay", __LINE__);
    184   this->state |= Playing;
    185185  return true;
    186186}
Note: See TracChangeset for help on using the changeset viewer.