address variaty of compiler warnings and code documentation

This commit is contained in:
Banjo Kazooie
2022-12-03 01:30:35 -06:00
parent 263b5bab4e
commit 1c063c781c
211 changed files with 1341 additions and 1323 deletions

View File

@@ -372,4 +372,4 @@ Acmd *__n_filterBuffer(ALLowPass *lp, s32 buff, Acmd *p)
lp->first = 0;
return ptr;
}
}

View File

@@ -27,4 +27,4 @@ void n_alSynSetVol( N_ALVoice *v, s16 volume, ALMicroTime t)
//(*f->setParam)(f, AL_FILTER_ADD_UPDATE, update);
n_alEnvmixerParam(v->pvoice, AL_FILTER_ADD_UPDATE, update);
}
}
}

View File

@@ -134,4 +134,4 @@ int ix, xpt;
/* just give up and return 0.0 */
return ( zero.f );
}
}