Changeset 147 for sbliveos2/trunk/sblive/mixer.c
- Timestamp:
- Apr 24, 2000, 9:45:21 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/sblive/mixer.c
r142 r147 523 523 // Check here that current->files != 0 524 524 for (i = 0; i < MAX_PCM_CHANNELS; i++) { 525 #ifdef TARGET_OS2 525 526 if (current->files && sblive_pcm_volume[i].files == current->files) { 527 #else 528 if (sblive_pcm_volume[i].files == current->files) { 529 #endif 526 530 sblive_pcm_volume[i].mixer = mixer; 527 531 if (sblive_pcm_volume[i].opened) {
Note:
See TracChangeset
for help on using the changeset viewer.