- Timestamp:
- Apr 14, 2006, 12:29:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.cc
r7293 r7294 172 172 if(playing()) 173 173 return true; 174 this->state |= Playing; 174 175 175 176 if(!stream(buffers[0]) || !stream(buffers[1])) … … 182 183 if (DEBUG >= 3) 183 184 SoundEngine::checkError("OggPlayer::playback()::alSourcePlay", __LINE__); 184 this->state |= Playing;185 185 return true; 186 186 }
Note: See TracChangeset
for help on using the changeset viewer.