have engine try for a second position when map loading fails (in this way it's possible to move Missions data to any path)
remove nsstringextra and implement raw dump when needed
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}