misc/libopenalbridge/tester.c
author unc0rr
Mon, 19 Sep 2011 23:55:52 +0400
changeset 5955 07f6fa51ea58
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Unset hhdriven flag for gone hedgehog - Fix incorrect work with states in gstWait state handler - These two changes fix the bug with hogs of gone team not disappearing

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

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

    openal_init();

    openal_close();

    return 0;
}