Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8316 in orxonox.OLD for trunk/src/lib/sound


Ignore:
Timestamp:
Jun 11, 2006, 1:57:27 PM (19 years ago)
Author:
bensch
Message:

trunk: fixed most -Wall warnings… but there are still many missing :/

File:
1 edited

Legend:

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

    r8293 r8316  
    163163  bool OggPlayer::play()
    164164  {
    165     /*if (!(this->state & OggPlayer::FileOpened))
     165    if (!(this->state & OggPlayer::FileOpened))
    166166      return false;
    167167
     
    173173    if (this->musicThreadID == NULL)
    174174      return ((this->musicThreadID = SDL_CreateThread(OggPlayer::musicThread, (void*)this)) != NULL);
    175     return true;*/
     175    return true;
    176176  }
    177177
Note: See TracChangeset for help on using the changeset viewer.