misc/libopenalbridge/tester.c
author unc0rr
Sun, 08 Jul 2012 18:59:25 +0400
changeset 7362 53bcfc714cb3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fix rare condition when hog's gear stucks in an infinite loop which adds 1 to its Y coordinate not checking for drowning

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

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

    openal_init();

    openal_close();

    return 0;
}