Changeset 7737 in orxonox.OLD for trunk/src/lib/sound/ogg_player.h
- Timestamp:
- May 19, 2006, 11:38:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.h
r7460 r7737 87 87 88 88 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. 90 90 }; 91 91
Note: See TracChangeset
for help on using the changeset viewer.