misc/libopenalbridge/tester.c
author nemo
Sat, 09 Jun 2012 09:53:15 -0400
changeset 7206 ce46b56ae9f5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Double sniper rifle damage (AI seems unaware of second shot, when playing). Spread out flakes along X when looping and add a little Y variation. This avoids noticeable patterns. Especially on the rarer close layer or dense flakes like rain (for Y)

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

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

    openal_init();

    openal_close();

    return 0;
}