This should make bee and other targetted things behave more reliably in infinite attack mode. Blocks switching of weps if a target point is active.
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}