X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fopenal%2Fsound.c;h=fc1e60ab43b37acfeccea68b4c86a26eef80e3a4;hb=89e2500f8b78159e95a06316143f5549e32e0994;hp=9dfca1919e106311a6c894bc3a3a0d656b229492;hpb=a99489422a881d2ace0312e82aa4191cec877b5c;p=flatwaifu.git diff --git a/src/openal/sound.c b/src/openal/sound.c index 9dfca19..fc1e60a 100644 --- a/src/openal/sound.c +++ b/src/openal/sound.c @@ -183,7 +183,7 @@ void S_free (snd_t *s) { ALint h; openal_snd *snd = (openal_snd*)s; if (snd != NULL) { - assert(snd->base.tag = TAG_OAL1); + assert(snd->base.tag == TAG_OAL1); if (context != NULL) { for (i = 0; i < MAX_CHANNELS; i++) { alGetSourcei(sources[i], AL_BUFFER, &h);