X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fsountest.c;h=3ef0114f687af66617a2ec41b657bc69271c0b63;hb=d40ef7f62ff3e5bd49ffec3b06c881cfa8d02bdb;hp=94d2f25432c6f8c0d3827153b7c55033b452f4ca;hpb=767a51ba929d4110350572d014665644fa2288d5;p=16.git diff --git a/src/sountest.c b/src/sountest.c index 94d2f254..3ef0114f 100755 --- a/src/sountest.c +++ b/src/sountest.c @@ -65,13 +65,14 @@ void main(int argc, char near *argv[]) //0x36, /* feedback algorithm and strength 0xC0 */ //}; - IN_Startup(&gvar); //FMReset(); //FMSetVoice(0, &testInst); if(!init_adlib()) { - Quit (&gvar, "Cannot init library"); + printf("Cannot init library\n"); + exit(-1); } + IN_Startup(&gvar); if (adlib_fm_voices > 9) printf("OPL3!\n");