Changeset 7311 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Apr 17, 2006, 12:28:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.cc
r7310 r7311 277 277 if(!this->stream(this->buffers[0]) || !this->stream(this->buffers[1])) 278 278 { 279 return false;280 279 SDL_mutexV(this->musicMutex); 280 this->state &= ~OggPlayer::Playing; 281 return false; 281 282 } 282 283
Note: See TracChangeset
for help on using the changeset viewer.