Mercurial > sdl-ios-xcode
diff src/cdrom/macosx/AudioFileReaderThread.cpp @ 775:08b7fc2b5225
Fixed playback problems with MacOSX 10.1
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 05 Jan 2004 12:08:38 +0000 |
parents | da0a2ad35bf4 |
children | f8d5ddc7aef1 |
line wrap: on
line diff
--- a/src/cdrom/macosx/AudioFileReaderThread.cpp Mon Jan 05 01:34:34 2004 +0000 +++ b/src/cdrom/macosx/AudioFileReaderThread.cpp Mon Jan 05 12:08:38 2004 +0000 @@ -306,7 +306,7 @@ //mReadFilePosition = 0; mFinishedReadingData = false; - mNumTimesAskedSinceFinished = -1; + mNumTimesAskedSinceFinished = 0; mLockUnsuccessful = false; OSStatus result; @@ -417,4 +417,4 @@ } mFileLength = pos; -} \ No newline at end of file +}