misc/libopenalbridge/tester.c
author sheepluva
Sun, 30 Oct 2011 21:19:47 +0100
changeset 6244 23801d8b83d5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
don't let forced hog movement (with no damage) suspend/halt shot charging this also caused frozen turns in combination with bee, as reported by Djrulz1

#include <stdio.h>
#include "openalbridge.h"

int main (int argc, int **argv) {

    openal_init();

    openal_close();

    return 0;
}