Cleanups from pomac!

This commit is contained in:
Zachary Slater 2005-09-02 20:13:47 +00:00
parent b0fc4a7b6e
commit f327407bb8
36 changed files with 155 additions and 195 deletions

View file

@ -175,7 +175,7 @@ extern int CL_ScaledMilliseconds(void);
//
// Returns: Nothing
//-----------------------------------------------------------------------------
static void RllSetupTable()
static void RllSetupTable( void )
{
int z;
@ -1106,7 +1106,7 @@ static void RoQPrepMcomp( long xoff, long yoff )
*
******************************************************************************/
static void initRoQ()
static void initRoQ( void )
{
if (currentHandle < 0) return;
@ -1140,7 +1140,7 @@ static byte* RoQFetchInterlaced( byte *source ) {
return cinTable[currentHandle].buf2;
}
*/
static void RoQReset() {
static void RoQReset( void ) {
if (currentHandle < 0) return;