Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7737 in orxonox.OLD for trunk/src/lib/sound/ogg_player.h


Ignore:
Timestamp:
May 19, 2006, 11:38:34 PM (19 years ago)
Author:
bensch
Message:

Using MultiLine-Text in the Shell. This is much faster, and Nicer :)

File:
1 edited

Legend:

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

    r7460 r7737  
    8787
    8888    SDL_Thread*         musicThreadID;        //!< The Thread in which music is Played back.
    89     SDL_mutex*          musicMutex;           //!< A Mutex so that the two threads do not interfere.
     89    OrxThread::Mutex    musicMutex;           //!< A Mutex so that the two threads do not interfere.
    9090  };
    9191
Note: See TracChangeset for help on using the changeset viewer.