aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_cin.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_cin.c')
-rw-r--r--code/client/cl_cin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/client/cl_cin.c b/code/client/cl_cin.c
index 21bb6b8..a061d4f 100644
--- a/code/client/cl_cin.c
+++ b/code/client/cl_cin.c
@@ -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;