changeset 3529 | 0e968ba12a84 |
parent 3514 | 59dbd31e9953 |
child 3697 | d5b30d6373fc |
3516:a8c673657b79 | 3529:0e968ba12a84 |
---|---|
90 |
90 |
91 if (AL_NO_ERROR != alGetError()) { |
91 if (AL_NO_ERROR != alGetError()) { |
92 fprintf(stderr,"(Bridge Warning) - failed to play sound %d\n", index); |
92 fprintf(stderr,"(Bridge Warning) - failed to play sound %d\n", index); |
93 return; |
93 return; |
94 } |
94 } |
95 |
|
96 the_sounds[index].stats++; |
|
97 } |
95 } |
98 } |
96 } |
99 |
97 |
100 void openal_toggleloop (uint32_t index) { |
98 void openal_toggleloop (uint32_t index) { |
101 ALint loop; |
99 ALint loop; |