changeset 3529 | 0e968ba12a84 |
parent 3514 | 59dbd31e9953 |
child 3690 | c247dee9e1c0 |
--- 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()