Changeset 8316 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Jun 11, 2006, 1:57:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.cc
r8293 r8316 163 163 bool OggPlayer::play() 164 164 { 165 /*if (!(this->state & OggPlayer::FileOpened))165 if (!(this->state & OggPlayer::FileOpened)) 166 166 return false; 167 167 … … 173 173 if (this->musicThreadID == NULL) 174 174 return ((this->musicThreadID = SDL_CreateThread(OggPlayer::musicThread, (void*)this)) != NULL); 175 return true; */175 return true; 176 176 } 177 177
Note: See TracChangeset
for help on using the changeset viewer.