branch | experimental3D |
changeset 4004 | b1c2c2f6fc5e |
parent 3697 | d5b30d6373fc |
--- a/misc/libopenalbridge/wrappers.c Thu Aug 26 23:59:18 2010 +0200 +++ b/misc/libopenalbridge/wrappers.c Wed Oct 27 14:02:20 2010 +0200 @@ -57,7 +57,7 @@ al_sound_t new_sound_el (void) { al_sound_t sound; - + sound.filename = NULL; sound.buffer = -1; sound.source_index = -1; @@ -68,7 +68,7 @@ al_sound_t init_sound_el (const char *str) { al_sound_t sound; - + sound.filename = str; sound.source_index = -1; sound.is_used = AL_TRUE;