more button updates, wait for hogs in infinite attack mode stop moving before clearing their damage (just used an arbitrary small interval)
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}