diff -r a8c673657b79 -r 0e968ba12a84 misc/libopenalbridge/openalbridge_t.h --- a/misc/libopenalbridge/openalbridge_t.h Fri Jun 18 14:45:05 2010 +0200 +++ b/misc/libopenalbridge/openalbridge_t.h Mon Jun 21 16:08:24 2010 +0200 @@ -32,7 +32,7 @@ const char *filename; // name of the sound file ALuint buffer; // actual sound content uint32_t source_index; // index of the associated source - uint32_t stats; // number of times the sound has been played + ALboolean is_used; // tells if the element can be overwritten } al_sound_t; #pragma pack()