X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Fsountest.c;h=3ef0114f687af66617a2ec41b657bc69271c0b63;hp=d15a5462fbab440514c02917f1c15c269628e0d5;hb=b9ead1ce7256ab14e50efca36ba32b9d9bf65c1a;hpb=ce3c236194323bcbc331bad4a059ea95fb6c7947 diff --git a/src/sountest.c b/src/sountest.c index d15a5462..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");