mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- commented out diagnostic messages.
This commit is contained in:
parent
edf513a789
commit
cf662de165
1 changed files with 3 additions and 3 deletions
|
@ -104,8 +104,8 @@ int ReadFrame(FileReader &fp)
|
||||||
|
|
||||||
if (lSoundBytesRead - lSoundBytesUsed >= kSampleRate)
|
if (lSoundBytesRead - lSoundBytesUsed >= kSampleRate)
|
||||||
{
|
{
|
||||||
DebugOut("SOUND BUF FULL!\n");
|
//DebugOut("ReadFrame() - Sound buffer full\n");
|
||||||
fp.Seek(nSize, FileReader::SeekCur);
|
fp.Seek(nSize, FileReader::SeekCur);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -130,7 +130,7 @@ int ReadFrame(FileReader &fp)
|
||||||
}
|
}
|
||||||
case kFrameImage:
|
case kFrameImage:
|
||||||
{
|
{
|
||||||
Printf("Reading image block size %d...\n", nSize);
|
//Printf("Reading image block size %d...\n", nSize);
|
||||||
if (nSize == 0) {
|
if (nSize == 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue