aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_cin.c
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-02 20:13:47 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-02 20:13:47 +0000
commit122fe646235067bae2a620f877a6d76af067d7f3 (patch)
tree136082c7dd759e9bb4cfab0a1668d3b43af984c1 /code/client/cl_cin.c
parentf5de4773415589c3e6ed64f9f67479b4f8bb9668 (diff)
downloadioquake3-aero-122fe646235067bae2a620f877a6d76af067d7f3.tar.gz
ioquake3-aero-122fe646235067bae2a620f877a6d76af067d7f3.zip
Cleanups from pomac!
git-svn-id: svn://svn.icculus.org/quake3/trunk@67 edf5b092-35ff-0310-97b2-ce42778d08ea
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;