diff -r 246ef6271470 -r 10e4b5fc0d93 openalbridge/openalbridge.c --- a/openalbridge/openalbridge.c Mon Oct 12 19:41:17 2009 +0000 +++ b/openalbridge/openalbridge.c Mon Oct 12 21:29:28 2009 +0000 @@ -87,7 +87,7 @@ return AL_FALSE; } - if (usehardware = AL_TRUE) + if (usehardware == AL_TRUE) device = alcOpenDevice(NULL); else device = alcOpenDevice("Generic Software");