Cleanups from pomac!
This commit is contained in:
parent
b0fc4a7b6e
commit
f327407bb8
36 changed files with 155 additions and 195 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue