Added default weaponset to frontlib hwconsts
Now the weaponset create function can actually do what it promises and create
a default set instead of an empty one :)
#include <stdio.h>#include "openalbridge.h"int main (int argc, int **argv) { openal_init(); openal_close(); return 0;}