changeset 2437 | 10e4b5fc0d93 |
parent 2421 | a4b039ee2eb0 |
child 2443 | fececcbc2189 |
--- 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");