misc/libopenalbridge/tester.c
author unc0rr
Sat, 09 Jun 2012 17:05:16 +0400
changeset 7204 522f165cd2e7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Fix damage calculation in TestSniperRifle, aim a bit lower to compensate initial angle shift in sniper rifle. As a result, AI seems to never fail sniper rifle shots. - Temporarily make AI tell its expectations in chat

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

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

    openal_init();

    openal_close();

    return 0;
}