remove low grav from fort mode since players might not appreciate it if they just want to play a quick regular forts match against a challenger.
fix typo
#include <stdio.h>#include "openalbridge.h"int main (int argc, int **argv) { openal_init(); openal_close(); return 0;}